'everything' less flickering of selected item when scrolling

SVN revision: 47923
This commit is contained in:
Hannes Janetzek 2010-04-11 11:59:21 +00:00
parent f75e52eb44
commit 17ef9bfc23
1 changed files with 2 additions and 1 deletions

View File

@ -34537,6 +34537,7 @@ collections {
source: "e";
action: STATE_SET "selected" 0.0;
target: "bg";
transition: ACCELERATE 0.05;
/* target: "clip"; */
}
program {
@ -34544,7 +34545,7 @@ collections {
signal: "e,state,unselected";
source: "e";
action: STATE_SET "default" 0.0;
transition: SINUSOIDAL 0.1;
/* transition: LINEAR 0.1; */
target: "bg";
/* target: "clip"; */
}