| Interface | Description |
|---|---|
| AnimationEndListener |
| Class | Description |
|---|---|
| AdditiveAnimation<T> |
This class is public for subclasses of AdditiveAnimator only, and should not be used outside of that.
|
| AdditiveAnimator |
Use this class to additively animate a lot of properties of Views.
|
| AdditiveObjectAnimator<V> |
This is a small utility class which can animate any kind of object using the
BaseAdditiveAnimator.property(float, FloatProperty) and BaseAdditiveAnimator.property(float, TypeEvaluator, FloatProperty) methods. |
| BaseAdditiveAnimator<T extends BaseAdditiveAnimator,V> |
This is the base class which provides access to all non-specific animation creation methods such as
creation, timing and chaining of additive animations.
|
| SubclassableAdditiveViewAnimator<T extends SubclassableAdditiveViewAnimator> | |
| ViewAnimationApplier |