enventor - highlight effect on the menu title

This commit is contained in:
ChunEon Park 2013-09-21 15:10:25 +09:00
parent 089d7b781c
commit 33d7759fab
1 changed files with 19 additions and 0 deletions

View File

@ -628,6 +628,12 @@ group { name: "menu_layout";
color2: 51 153 255 24;
color3: 51 153 255 18;
}
description { state: "anim" 0.0;
inherit: "default" 0.0;
color: 71 173 255 255;
color2: 71 173 255 58;
color3: 71 173 255 46;
}
}
part { name: "padding1";
type: SPACER;
@ -800,6 +806,19 @@ group { name: "menu_layout";
target: "bg";
target: "clipper";
after: "event_blocker_hide";
after: "title_anim";
}
program { name: "title_anim";
action: STATE_SET "anim" 0.0;
target: "title";
transition: LINEAR 2;
after: "title_anim2";
}
program { name: "title_anim2";
action: STATE_SET "default" 0.0;
target: "title";
transition: LINEAR 2;
after: "title_anim";
}
program { name: "event_blocker_hide";
signal: "elm,state,event_blocker,hide";