[bubble] disable transition selecting effect
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 18 Oct 2011 09:57:59 +0000 (18:57 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Tue, 18 Oct 2011 09:57:59 +0000 (18:57 +0900)
themes/groups/bubble.edc

index 4e08d60..509e682 100644 (file)
@@ -728,7 +728,7 @@ group {
             signal: "elm,state,select,enable";
             source: "elm";
             action: STATE_SET "selectview" 0.0;
-            transition: DECELERATE 0.7;
+            //transition: DECELERATE 0.7;
             target: "elm.swallow.select_icon";
             target: "elm.icon";
          }
@@ -883,6 +883,7 @@ group {
             signal: "elm,state,select,disable";
             source: "elm";
             action: STATE_SET "default" 0.0;
+            //transition: DECELERATE 0.7;
             target: "elm.swallow.select_icon";
             target: "elm.icon";
          }
@@ -890,6 +891,7 @@ group {
             signal: "elm,state,select,enable";
             source: "elm";
             action: STATE_SET "selectview" 0.0;
+            //transition: DECELERATE 0.7;
             target: "elm.swallow.select_icon";
             target: "elm.icon";
          }