Interpolatorpublic interface Interpolator An interpolator defines the rate of change of an animation. This allows
the basic animation effects (alpha, scale, translate, rotate) to be
accelerated, decelerated, repeated, etc. |
Methods Summary |
---|
public float | getInterpolation(float input)Maps a point on the timeline to a multiplier to be applied to the
transformations of an animation.
|
|