Change the rate of a linear animation progress to a new animation curve.
把线性动画的速率更改为曲线动画。
(板栗:也不知道什么时候有这个需求)
输入口
Progress 进度
A number from 0-1 that represents the progress of the animation.
表示动画的进度,一般值为0~1之间。(板栗:从别的模块的Progress 进度输出口接收的进度。)
Curve 曲线
The easing curve used to animate with. The options are:
- Linear
- Quadratic In, Out, In & Out
- Cubic In, Out, In & Out
- Exponential In, Out, In & Out
- Sinusoidal In, Out, In & Out
曲线类型选项,和Classic Animation的选项一样。
Progress 进度
The progress value derived from the new animation curve.
从这里输出新的曲线动画。
Related Patches 相关模块
Classic Animation 曲线动画,[Progress 进度](,[Transition过渡](