change recent animation speed to DECEL 0.5 87/45687/1
authorSoohye Shin <soohye.shin@samsung.com>
Mon, 10 Aug 2015 09:45:06 +0000 (18:45 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Mon, 10 Aug 2015 09:45:49 +0000 (18:45 +0900)
Change-Id: Ie2d47523c7ff11d9cc33fd331573ecf738ecdebe
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
edje/view/recent.edc

index 5437578..d4a7ca5 100644 (file)
@@ -230,7 +230,7 @@ group {
                        signal, SIG_SHOW;
                        source, SRC_PROG;
                        action, STATE_SET "show" 0.0;
-                       transition, TRANSITION_DECEL;
+                       transition, DECEL 0.5;
                        target, "clip";
                        target, "guide";
                        after, "sig,show,done";
@@ -244,7 +244,7 @@ group {
                        signal, SIG_HIDE;
                        source, SRC_PROG;
                        action, STATE_SET "default" 0.0;
-                       transition, TRANSITION_DECEL;
+                       transition, DECEL 0.5;
                        target, "clip";
                        target, "guide";
                        after, "sig,hide,done";