| Interface | Description |
|---|---|
| AnimationListener |
Interface for getting animation lifecycle updates.
|
| AnimationPropertyUpdater |
Interface used to update particular property types during animation.
|
| Class | Description |
|---|---|
| AbstractFloatPairPropertyUpdater |
Base class for
AnimationPropertyUpdater subclasses that updates a pair of float property
values. |
| AbstractSingleFloatProperyUpdater |
Base class for
AnimationPropertyUpdater subclasses that updates a single float property
value. |
| Animation |
Base class for various catalyst animation engines.
|
| AnimationRegistry |
Coordinates catalyst animations driven by
UIManagerModule and
AnimationManagerModule |
| ImmediateAnimation |
Ignores duration and immediately jump to the end of animation.
|
| NoopAnimationPropertyUpdater |
Empty
AnimationPropertyUpdater that can be used as a stub for unsupported property types |
| OpacityAnimationPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating view's opacity |
| PositionAnimationPairPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating center position of a view |
| RotationAnimationPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating view's rotation |
| ScaleXAnimationPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating view's X scale |
| ScaleXYAnimationPairPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating view's X and Y scale |
| ScaleYAnimationPropertyUpdater |
Subclass of
AnimationPropertyUpdater for animating view's Y scale |