[*][naviframe] Change push+pop effect time from 0.5 to 0.3 seconds.
authorWooHyun Jung <wh0705.jung@samsung.com>
Thu, 1 Dec 2011 02:35:40 +0000 (11:35 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Thu, 1 Dec 2011 02:35:40 +0000 (11:35 +0900)
themes/groups/naviframe.edc

index 5878bfa..1a9bc3b 100644 (file)
             source: "";
             action: STATE_SET "default" 0.0;
             target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
+            transition: DECELERATE 0.3;
             after: "show_finished";
          }
          program { name: "content_cur_pushed";
             source: "";
             action: STATE_SET "left" 0.0;
             target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
+            transition: DECELERATE 0.3;
             after: "pushed_finished";
          }
          program { name: "content_prev_popped";
             source: "";
             action: STATE_SET "default" 0.0;
             target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
+            transition: DECELERATE 0.3;
             after: "show_finished";
          }
          program { name: "content_cur_popped";
             source: "";
             action: STATE_SET "right" 0.0;
             target: "elm.swallow.content";
-            transition: DECELERATE 0.5;
+            transition: DECELERATE 0.3;
             after: "popped_finished";
          }
          program { name: "cur_pushed";
                rel1.relative: 0 0;
                rel2.to: "padding_before_right_btn";
                rel2.relative: 0 1;
+            }
          }
          part { name: "optionheader_arrow";
             type: IMAGE;