disable zoom idle animations
need some AA in evas map so this doesn't look like garbage
This commit is contained in:
parent
19899da34d
commit
61b7e4d18f
|
@ -119,7 +119,7 @@ collections {
|
|||
action: STATE_SET "default" 0.0;
|
||||
transition: LINEAR 0.3;
|
||||
target: "spacer";
|
||||
after: "idle";
|
||||
//after: "idle";
|
||||
}
|
||||
program { signal: "e,action,hide"; source: "e";
|
||||
action: STATE_SET "custom" 0.0;
|
||||
|
@ -173,7 +173,7 @@ collections {
|
|||
map.on: 1;
|
||||
link.base: "mouse,out" "events";
|
||||
link.transition: LINEAR 0.2;
|
||||
link.after: "idle";
|
||||
//link.after: "idle";
|
||||
}
|
||||
desc { "active";
|
||||
rel1.to: "spacer";
|
||||
|
|
Loading…
Reference in New Issue