AnimationMetadataType
Constants for the categories of parameters that can be defined for animations.
Deprecation warning
Transition
Data for a transition from one animation state to another.
See transition()
Sequence
Contains a set of animation steps.
See sequence()
Group
Contains a set of animation steps.
See group()
Keyframes
Contains a set of animation steps.
See keyframes()
Trigger
Associates an animation with an entry trigger that can be attached to an element.
See trigger()
Reference
Contains a re-usable animation.
See animation()
AnimateChild
Contains data to use in executing child animations returned by a query.
See animateChild()
AnimateRef
Contains animation parameters for a re-usable animation.
See useAnimation()
Description
Constants for the categories of parameters that can be defined for animations.
A corresponding function defines a set of parameters for each category, and
collects them into a corresponding AnimationMetadata object.