Module PropertyTargetEasingInterpolatorEnums

PropertyTargetEasingInterpolator.EasingFunction

Specifies the easing function for the interpolation animation.

Linear

Specifies linear easing function.

See also
Step

Specifies step easing function.

See also
SmoothStep

Specifies smooth step easing function.

See also
SmootherStep

Specifies smoother step easing function.

See also
Back

Specifies back easing function.

See also
Bounce

Specifies bounce easing function.

See also
Circle

Specifies circle easing function.

See also
Cubic

Specifies cubic easing function.

See also
Elastic

Specifies elastic easing function.

See also
Exponential

Specifies exponential easing function.

See also
Power

Specifies power easing function.

See also
Quadratic

Specifies quadratic easing function.

See also
Quartic

Specifies quartic easing function.

See also
Quintic

Specifies quintic easing function.

See also
Sine

Specifies sine easing function.

See also