Classic Animation
Animate a number (ex: position, opacity, scale) using a standard animation curve whenever the number is changed.
See Animation Basics for more information.
Classic Animation
- Number
- Duration
- Curve
- Progress
- Number
The number to animate to.
- Duration
The length of the animation, in seconds.
- Curve
The easing curve 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
- Progress
A number that is tweened with an easing curve as it moves toward the Number input.
Typically a progress value. See Animation Basics for more information.