From 1e910e958642e3b90ca2de79c3cf2fe4c97a4199 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Thu, 27 Jun 2013 18:11:26 +0900 Subject: [PATCH] [Toolbar] disable transition_animation_on Change-Id: Ic3ff29a2b649b7ea4b7c0f8938e6ffe6fb4f8cad --- themes/widgets/toolbar.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/widgets/toolbar.edc b/themes/widgets/toolbar.edc index 84db30b..47f479b 100644 --- a/themes/widgets/toolbar.edc +++ b/themes/widgets/toolbar.edc @@ -134,7 +134,7 @@ group { name: "elm/toolbar/item/default"; image: "00_tab_focus.png" COMP; } - data.item: "transition_animation_on" "1"; + data.item: "transition_animation_on" "0"; script { public item_state = ITEM_STATE_ENABLED; public items_number = 0; @@ -834,7 +834,7 @@ group { name: "elm/toolbar/item/tabbar"; image: "00_effect_tab_text_dim_right.png" COMP; } - data.item: "transition_animation_on" "1"; + data.item: "transition_animation_on" "0"; script { public item_state = ITEM_STATE_ENABLED; public items_number = 0; -- 2.7.4