- All Superinterfaces:
- TimeInterpolator
- All Known Implementing Classes:
- AccelerateDecelerateInterpolator, AccelerateInterpolator, AnticipateInterpolator, AnticipateOvershootInterpolator, BaseInterpolator, BounceInterpolator, BounceInterpolator, CycleInterpolator, DecelerateInterpolator, FastOutLinearInInterpolator, FastOutSlowInInterpolator, FreePathInterpolator, HeadsUpAppearInterpolator, LinearInterpolator, LinearOutSlowInInterpolator, LogDecelerateInterpolator, OvershootInterpolator, PathInterpolator
public interface Interpolator
extends TimeInterpolator
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.