setting: increase show transition duration.

This commit is contained in:
ChunEon Park 2015-06-03 23:18:08 +09:00
parent af56cdb083
commit 6854160251
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ group { name: "setting_layout";
program { name: "load";
signal: "load";
action: STATE_SET "show" 0.0;
transition: "DECELERATE" 0.5;
transition: "DECELERATE" 1.0;
target: "clipper";
after: "event_blocker_hide";
}