[genlist] change expandable effect
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 27 Apr 2011 10:30:34 +0000 (19:30 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 27 Apr 2011 10:30:34 +0000 (19:30 +0900)
Change-Id: Ibe766ed2b7f988d87cc049aa9bfbfe3525cd6e76

themes/groups/genlist/genlist_expandable_list.edc
themes/groups/genlist/genlist_macro.edc

index 24503e4..a55f6e3 100644 (file)
             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"; \
             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"; \
             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"; \
             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"; \
             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"; \
             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"; \
index 681e34d..79229ee 100644 (file)
 #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; \
             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"; \
                 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";