From 07611b2969c0f40c02d4cdc348690d89933f1f8b Mon Sep 17 00:00:00 2001 From: Oleksander Kostenko Date: Mon, 10 Apr 2017 17:40:33 +0300 Subject: [PATCH] TizenRefApp-8351 Background is changing during animation of task item. Change-Id: Ie10ce32c96ae595f19e83173b153d54e629702e3 Signed-off-by: Oleksander Kostenko --- res/edje/anim-item.edc | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/res/edje/anim-item.edc b/res/edje/anim-item.edc index b0279fe..7df58c4 100644 --- a/res/edje/anim-item.edc +++ b/res/edje/anim-item.edc @@ -49,32 +49,11 @@ collections { } } part { - name : "clipper_layout"; - type : RECT; - description { - state : "default" 0.0; - color : 255 255 255 0; - } - description { - state : "hidden" 0.0; - color : 255 255 255 0; - } - description { - state : "visible" 0.0; - color : 255 255 255 255; - } - description { - state : "opaque" 0.0; - color_class : "opacity_cc"; - } - } - part { name: "bg"; type: RECT; scale: 1; mouse_events: 0; repeat_events: 1; - clip_to : "clipper_layout"; description { state: "default" 0.0; rel1 {relative: 0.0 0.0;} @@ -129,7 +108,6 @@ collections { target : "swallow.content"; target : "focal.point"; target : "clipper_panel"; - target : "clipper_layout"; transition: BOUNCE 1.0 4.5 5.0; } program @@ -170,7 +148,6 @@ collections { source : ""; action : STATE_SET "hidden" 0.0; target : "clipper_panel"; - target : "clipper_layout"; transition: LINEAR TRANS_TIME; } program { @@ -206,8 +183,6 @@ collections { transp = 255; set_state(PART:"clipper_panel", "transparent", 0.0); set_color_class("transparency_cc", 255, 255, 255, (255 - transp)); - set_state(PART:"clipper_layout", "opaque", 0.0); - set_color_class("opacity_cc", 255, 255, 255, transp); } public message(Msg_Type:type, id, ...) { new Float:ratio = getfarg(2); -- 2.7.4