reduce iconify animation durations for fast comp effect groups

T860
This commit is contained in:
Mike Blumenkrantz 2014-01-27 09:46:22 -05:00
parent ae975c98a0
commit d29a394bd0
1 changed files with 18 additions and 0 deletions

View File

@ -498,6 +498,12 @@ group { name: "e/comp/frame/rotate/fast";
program { name: "focus_off3";
transition: LINEAR 0;
}
program { name: "iconify";
transition: DECELERATE 0.15 CURRENT;
}
program { name: "uniconify";
transition: DECELERATE 0.15 CURRENT;
}
}
}
@ -535,6 +541,12 @@ group { name: "e/comp/frame/flip/fast";
program { name: "focus_off3";
transition: LINEAR 0;
}
program { name: "iconify";
transition: DECELERATE 0.15 CURRENT;
}
program { name: "uniconify";
transition: DECELERATE 0.15 CURRENT;
}
}
}
@ -608,6 +620,12 @@ group { name: "e/comp/frame/default/fast";
name: "focus_off";
transition: SINUSOIDAL 0;
}
program { name: "iconify";
transition: DECELERATE 0.15 CURRENT;
}
program { name: "uniconify";
transition: DECELERATE 0.15 CURRENT;
}
}
}