change theme animation for window frame icon urgency to be more in line with other...
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 1 Jan 2014 03:33:04 +0000 (22:33 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 15 Jan 2014 01:16:59 +0000 (20:16 -0500)
a number of e animations are "zoom" related. bouncing is clearly identified as being OSX, so let's stay away from that.

data/themes/edc/border.edc

index b9f57bef3381d31105a2c686b2608133cf8cd137..5cf70dff30c352456ca91fc371752d5ff641e270 100644 (file)
@@ -137,13 +137,13 @@ group { name: "e/widgets/border/default/border";
          }
          description { state: "bounce1" 0.0;
             inherit: "default" 0.0;
-            rel1.relative: 0.0 0.15;
-            rel2.relative: 1.0 1.15;
+            rel1.relative: 0.5 0.5;
+            rel2.relative: 0.5 0.5;
          }
          description { state: "bounce2" 0.0;
             inherit: "default" 0.0;
-            rel1.relative: 0.0 -0.15;
-            rel2.relative: 1.0 0.85;
+            rel1.relative: -0.5 -0.5;
+            rel2.relative: 1.2 1.2;
          }
       }
       part { name: "e.swallow.icon"; type: SWALLOW; mouse_events: 0;
@@ -573,13 +573,13 @@ group { name: "e/widgets/border/default/border";
       }
       program { name: "urg1";
          action: STATE_SET "bounce2" 0.0;
-         transition: DECELERATE 0.2;
+         transition: DECELERATE 0.4;
          target: "icon";
          after: "urg2";
       }
       program { name: "urg2";
          action: STATE_SET "bounce1" 0.0;
-         transition: ACCELERATE 0.2;
+         transition: ACCELERATE 0.3;
          target: "icon";
          after: "urg1";
       }