Erase Page kindof does stuff now.

This commit is contained in:
Jaime Thomas
2008-09-25 17:39:40 +00:00
parent b3457b7afb
commit 5efd41d5f8
3 changed files with 151 additions and 12 deletions

View File

@ -36,6 +36,21 @@ group {
offset: 33 33;
}
}
description {
state: "before_show" 0.0;
color: 0 0 0 0;
rel1 {
relative: 0.0 0.0;
offset: -33 -33;
}
rel2 {
relative: 0.0 0.0;
offset: -1 -1;
}
}
}
part {
@ -144,9 +159,16 @@ group {
}
program {
name: "welcome_page,show";
name: "welcome_page,show1";
signal: "ecdb,welcome_page,show";
source: "ecdb";
after: "welcome_page,show2";
action: STATE_SET "before_show" 0.0;
target: "bg";
}
program {
name: "welcome_page,show2";
action: STATE_SET "default" 0.0;
transition: DECELERATE 0.5;
target: "bg";