evrything theme: remove delays

SVN revision: 47999
This commit is contained in:
Hannes Janetzek 2010-04-14 10:51:15 +00:00
parent a1809e0d8e
commit 0c0f0dfd39
1 changed files with 2 additions and 2 deletions

View File

@ -34639,7 +34639,7 @@ collections {
signal: "e,action,thumb,ungen";
source: "e";
action: STATE_SET "visible" 0.0;
transition: SINUSOIDAL 0.15;
/* transition: SINUSOIDAL 0.15; */
target: "base";
}
program {
@ -34653,7 +34653,7 @@ collections {
program {
name: "thumb_show_delayed2";
action: STATE_SET "visible" 0.0;
transition: SINUSOIDAL 0.3;
/* transition: SINUSOIDAL 0.3; */
target: "base";
}
program {