Module PropertyTargetEasingInterpolatorEnums

PropertyTargetEasingInterpolator.EasingFunction

Specifies the easing function for the interpolation animation.

Linear

Specifies linear easing function.

See also LinearEasingFunction
Step

Specifies step easing function.

See also StepEasingFunction
SmoothStep

Specifies smooth step easing function.

See also SmoothStepEasingFunction
SmootherStep

Specifies smoother step easing function.

See also SmootherStepEasingFunction
Back

Specifies back easing function.

See also BackEasingFunction
Bounce

Specifies bounce easing function.

See also BounceEasingFunction
Circle

Specifies circle easing function.

See also circleEasingFunction
Cubic

Specifies cubic easing function.

See also CubicEasingFunction
Elastic

Specifies elastic easing function.

See also ElasticEasingFunction
Exponential

Specifies exponential easing function.

See also ExponentialEasingFunction
Power

Specifies power easing function.

See also PowerEasingFunction
Quadratic

Specifies quadratic easing function.

See also QuadraticEasingFunction
Quartic

Specifies quartic easing function.

See also QuarticEasingFunction
Quintic

Specifies quintic easing function.

See also QuinticEasingFunction
Sine

Specifies sine easing function.

See also SineEasingFunction