See: Description
Class | Description |
---|---|
BackInterpolator |
An interpolator which is also known as the "bow" function.
|
BounceInterpolator |
This interpolator simulates a bouncing behavior.
|
CircularInterpolator |
A circular interpolator.
|
CubicInterpolator |
A cubic interpolator, simply defined by
f(x) = x3 . |
EasingInterpolator |
The abstract base class for all easing interpolators.
|
ElasticInterpolator |
This interpolator simulates an elastic behavior.
|
ExponentialInterpolator |
An exponential interpolator.
|
QuadraticInterpolator |
A quadratic interpolator, simply defined by
f(x) = x2 . |
QuarticInterpolator |
A quadratic interpolator, simply defined by
f(x) = x4 . |
QuinticInterpolator |
A cubic interpolator, simply defined by
f(x) = x5 . |
SineInterpolator |
A sinus based interpolator.
|
Enum | Description |
---|---|
EasingMode |
Defines the three easing modes, ease-in, ease-out and ease-both.
|
Copyright © 2013 ExtFX. All Rights Reserved.