Added the defined transition value for menu animation 34/44734/1 accepted/tizen/tv/20150728.070556 submit/tizen/20150728.063352
authorHyojung Jo <hj903.jo@samsung.com>
Mon, 27 Jul 2015 07:56:56 +0000 (16:56 +0900)
committerHyojung Jo <hj903.jo@samsung.com>
Mon, 27 Jul 2015 07:56:56 +0000 (16:56 +0900)
Change-Id: Ia894b7e5725d94a465e588020f27c23beb94d174
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
include/define.h
res/widget/button.edc

index 37ba8097d70cd04ce0d6a88ecda88d6832061338..499e77bbb55e4f5969d08a18ddb1161f05c394d8 100644 (file)
@@ -99,4 +99,7 @@
 #define FAVORITE_ICON_PNG "ic_thumbnail_favorite_01.png"
 #define BROWSER_ICON_PNG IMGDIR"/ic_apps_web.png"
 
+/* Transition */
+#define TRANSITION_FOCUS DECELERATE 0.20
+
 #endif /* __AIR_APPS_DEFINE_H__ */
index 23eeab4735f9c085388ae0e0f6925804447f517e..8c7cf50227eec103bd5eca1a42ccd4edcabfd48b 100644 (file)
@@ -199,7 +199,7 @@ group {
                        target, "part.bg.right";
                        target, "elm.text";
                        target, "part.bottom.line";
-                       transition, LINEAR 0.17;
+                       transition, TRANSITION_FOCUS;
                }
 
                program {
@@ -210,7 +210,7 @@ group {
                        target, "part.bg.right";
                        target, "elm.text";
                        target, "part.bottom.line";
-                       transition, LINEAR 0.17;
+                       transition, TRANSITION_FOCUS;
                }
 
                program {
@@ -441,7 +441,7 @@ group {
                        target, "part.inside.line.down";
                        target, "part.inside.line.left";
                        target, "part.inside.line.right";
-                       transition, LINEAR 0.17;
+                       transition, TRANSITION_FOCUS;
                }
 
                program {
@@ -453,7 +453,7 @@ group {
                        target, "part.inside.line.down";
                        target, "part.inside.line.left";
                        target, "part.inside.line.right";
-                       transition, LINEAR 0.17;
+                       transition, TRANSITION_FOCUS;
                }
 
                program {