elm genlist.edc: Used CURRENT feature for edc transition.

yay! this is the first commit using CURRENT.


SVN revision: 65537
This commit is contained in:
Daniel Juyung Seo 2011-11-23 12:09:51 +00:00
parent e9d191712a
commit 1ec974561d
1 changed files with 2 additions and 2 deletions

View File

@ -8722,7 +8722,7 @@ group { name: "elm/genlist/item/mode/default";
source: "elm";
action: STATE_SET "slide" 0.0;
target: "elm.swallow.origin";
transition: ACCELERATE 0.5;
transition: ACCELERATE 0.5 CURRENT;
after: "unblock_event";
}
program {
@ -8742,7 +8742,7 @@ group { name: "elm/genlist/item/mode/default";
name: "slide_left2";
action: STATE_SET "default" 0.0;
target: "elm.swallow.origin";
transition: DECELERATE 0.5;
transition: DECELERATE 0.5 CURRENT;
after: "slide_left_finished";
}
program {