android.view.animation.Interpolator |
Known Indirect Subclasses
AccelerateDecelerateInterpolator,
AccelerateInterpolator,
AnticipateInterpolator,
AnticipateOvershootInterpolator,
BounceInterpolator,
CycleInterpolator,
DecelerateInterpolator,
LinearInterpolator,
OvershootInterpolator,
PathInterpolator
|
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.
[Expand]
Inherited Methods | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.animation.TimeInterpolator
|