From: Mike Blumenkrantz Date: Wed, 1 Jan 2014 03:33:04 +0000 (-0500) Subject: change theme animation for window frame icon urgency to be more in line with other... X-Git-Tag: v1.9.0-alpha1~210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2a7c86dd2c82121fb3da97984060812e71b5c79e;p=platform%2Fupstream%2Felementary.git 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. --- diff --git a/data/themes/edc/border.edc b/data/themes/edc/border.edc index b9f57bef3..5cf70dff3 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"; }