Patches

Classic Animation

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:

  1. Linear
  2. Quadratic In, Out, In & Out
  3. Cubic In, Out, In & Out
  4. Exponential In, Out, In & Out
  5. 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.