change speed of recent show/hide animation to DECEL 0.3 71/45771/1 accepted/tizen/tv/20150812.005212 submit/tizen/20150811.121940
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 11 Aug 2015 06:31:17 +0000 (15:31 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 11 Aug 2015 06:32:18 +0000 (15:32 +0900)
Change-Id: I09660e7adc90ee391047a49f564c28e946a3f21a
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
edje/view/recent.edc

index d4a7ca5..bff28d6 100644 (file)
@@ -230,7 +230,7 @@ group {
                        signal, SIG_SHOW;
                        source, SRC_PROG;
                        action, STATE_SET "show" 0.0;
-                       transition, DECEL 0.5;
+                       transition, DECEL 0.3;
                        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, DECEL 0.5;
+                       transition, DECEL 0.3;
                        target, "clip";
                        target, "guide";
                        after, "sig,hide,done";