From: Juyeon Lee Date: Thu, 3 Aug 2017 05:48:19 +0000 (+0900) Subject: zoom-easeout: change portion from 0.3 to 0.6 X-Git-Tag: submit/tizen/20170803.065324~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=59cae0e505c911c552be709dd3a7b99c0a89ada6;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-effect.git zoom-easeout: change portion from 0.3 to 0.6 Change-Id: I2574472101e91f7277df4fe4e7c7911446c39725 --- diff --git a/data/group/zoom-easeout.edc b/data/group/zoom-easeout.edc index 0b43f84..0bc65b5 100644 --- a/data/group/zoom-easeout.edc +++ b/data/group/zoom-easeout.edc @@ -108,8 +108,8 @@ group { name: "e/comp/effects/zoom-easeout"; map { on: 1; smooth: 1; - zoom.x: 0.3; - zoom.y: 0.3; + zoom.x: 0.6; + zoom.y: 0.6; } } description { state: "visible" 0.0; @@ -151,8 +151,8 @@ group { name: "e/comp/effects/zoom-easeout"; map { on: 1; smooth: 1; - zoom.x: 0.3; - zoom.y: 0.3; + zoom.x: 0.6; + zoom.y: 0.6; } } description { state: "visible" 0.0;