disable zoom idle animations

need some AA in evas map so this doesn't look like garbage
This commit is contained in:
Mike Blumenkrantz 2014-09-01 15:29:07 -04:00
parent 19899da34d
commit 61b7e4d18f
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ collections {
action: STATE_SET "default" 0.0; action: STATE_SET "default" 0.0;
transition: LINEAR 0.3; transition: LINEAR 0.3;
target: "spacer"; target: "spacer";
after: "idle"; //after: "idle";
} }
program { signal: "e,action,hide"; source: "e"; program { signal: "e,action,hide"; source: "e";
action: STATE_SET "custom" 0.0; action: STATE_SET "custom" 0.0;
@ -173,7 +173,7 @@ collections {
map.on: 1; map.on: 1;
link.base: "mouse,out" "events"; link.base: "mouse,out" "events";
link.transition: LINEAR 0.2; link.transition: LINEAR 0.2;
link.after: "idle"; //link.after: "idle";
} }
desc { "active"; desc { "active";
rel1.to: "spacer"; rel1.to: "spacer";