| Interface | Description | 
|---|---|
| Animator | The  Animatorinterface provides a way to iterate through a series of values. | 
| Interpolator | An interface for generating interpolants. | 
| Class | Description | 
|---|---|
| AngleAnimator | Animates angles, via an interpolator. | 
| AnimationController | The  AnimationControllerclass is a convenience class for managing a
 group ofAnimators. | 
| AnimationSupport | |
| BasicAnimator | A base class for an interpolating  Animator. | 
| CompoundAnimator | A group of two or more  Animators. | 
| DoubleAnimator | An  Animatorimplentation for animating values of type Double. | 
| MoveToDoubleAnimator | Animates the value to the specified end position, using the specified smoothing, until the value is within the
 specified minEpsilon of the end value. | 
| MoveToPositionAnimator | |
| PositionAnimator | |
| RotateToAngleAnimator | |
| ScheduledInterpolator | |
| SmoothInterpolator |