Interpolatorpublic interface Interpolator implements android.animation.TimeInterpolatorAn 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. |
|