discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=2a7c86dd2c82121fb3da97984060812e71b5c79e

commit 2a7c86dd2c82121fb3da97984060812e71b5c79e
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Tue Dec 31 22:33:04 2013 -0500

    change theme animation for window frame icon urgency to be more in line 
with other e animations
    
    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 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/themes/edc/border.edc b/data/themes/edc/border.edc
index b9f57be..5cf70df 100644
--- a/data/themes/edc/border.edc
+++ b/data/themes/edc/border.edc
@@ -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";
       }

-- 


Reply via email to