android.view.animation.Interpolator |
Known Indirect Subclasses
AccelerateDecelerateInterpolator
,
AccelerateInterpolator
,
AnticipateInterpolator
,
AnticipateOvershootInterpolator
,
BounceInterpolator
,
CycleInterpolator
,
DecelerateInterpolator
,
LinearInterpolator
,
OvershootInterpolator
|
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
|