From 8f95e0b975381c1172cdc7d978fd3684d2ba5d30 Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Wed, 27 Apr 2011 19:30:34 +0900 Subject: [PATCH] [genlist] change expandable effect Change-Id: Ibe766ed2b7f988d87cc049aa9bfbfe3525cd6e76 --- themes/groups/genlist/genlist_expandable_list.edc | 24 +++++++++++++++++++---- themes/groups/genlist/genlist_macro.edc | 8 +++++++- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/themes/groups/genlist/genlist_expandable_list.edc b/themes/groups/genlist/genlist_expandable_list.edc index 24503e4..a55f6e3 100644 --- a/themes/groups/genlist/genlist_expandable_list.edc +++ b/themes/groups/genlist/genlist_expandable_list.edc @@ -226,6 +226,14 @@ target: "arrow"; \ } \ program { \ + BEAT_GENLIST_PROGRAM_MAP_UNVISIBLE() \ + target: "base"; \ + target: "elm.text"; \ + target: "arrow"; \ + target: "elm.swallow.pad"; \ + target: "bottom_line"; \ + } \ + program { \ BEAT_GENLIST_PROGRAM_MAP_ROTATE_START() \ target: "base"; \ target: "elm.text"; \ @@ -234,7 +242,7 @@ target: "bottom_line"; \ } \ program { \ - BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH( 0.4 ) \ + BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH( 0.3 ) \ target: "base"; \ target: "elm.text"; \ target: "arrow"; \ @@ -258,7 +266,7 @@ target: "bottom_line"; \ } \ program { \ - BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH2( 0.4 ) \ + BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH2( 0.3 ) \ target: "base"; \ target: "elm.text"; \ target: "arrow"; \ @@ -392,6 +400,14 @@ target: "disclip"; \ } \ program { \ + BEAT_GENLIST_PROGRAM_MAP_UNVISIBLE() \ + target: "base"; \ + target: "elm.text"; \ + target: "elm.swallow.pad"; \ + target: "elm.swallow.end"; \ + target: "bottom_line"; \ + } \ + program { \ BEAT_GENLIST_PROGRAM_MAP_ROTATE_START() \ target: "base"; \ target: "elm.text"; \ @@ -400,7 +416,7 @@ target: "bottom_line"; \ } \ program { \ - BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH( 0.4 ) \ + BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH( 0.3 ) \ target: "base"; \ target: "elm.text"; \ target: "elm.swallow.end"; \ @@ -424,7 +440,7 @@ target: "bottom_line"; \ } \ program { \ - BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH2( 0.4 ) \ + BEAT_GENLIST_PROGRAM_MAP_ROTATE_FINISH2( 0.3 ) \ target: "base"; \ target: "elm.text"; \ target: "elm.swallow.end"; \ diff --git a/themes/groups/genlist/genlist_macro.edc b/themes/groups/genlist/genlist_macro.edc index 681e34d..79229ee 100644 --- a/themes/groups/genlist/genlist_macro.edc +++ b/themes/groups/genlist/genlist_macro.edc @@ -306,6 +306,7 @@ #define BEAT_GENLIST_PART_MAP_START( param_x, param_y, param_z ) \ description { state: "map_transition" 0.0; \ inherit: "default" 0.0; \ + color: 86 76 65 255; \ map { \ perspective: "point"; \ on: 1; \ @@ -375,6 +376,11 @@ BEAT_GENLIST_PART_MAP_FINISH(0.0, 0.0, 0.0) \ } +#define BEAT_GENLIST_PROGRAM_MAP_UNVISIBLE() \ + name: "unvisible"; \ + signal: "elm,state,unvisible"; \ + action: STATE_SET "map_transition" 0.0; + #define BEAT_GENLIST_PROGRAM_MAP_ROTATE_START() \ name: "rotaion_transition"; \ signal: "flip_item"; \ @@ -392,7 +398,7 @@ action: STATE_SET "default" 0.0; #define BEAT_GENLIST_PROGRAM_MAP_ROTATE_START2() \ - name: "rotaion_transition2"; \ + name: "rotation_transition2"; \ signal: "elm,state,contract_flip"; \ action: STATE_SET "map_rotate" 0.0; \ after: "rotation2"; -- 2.7.4