Encapsulates an animation sequence. Instantiated and returned by the sequence() function.
Deprecation warning
API
interface AnimationSequenceMetadata extends AnimationMetadata {
steps: AnimationMetadata[];
options: AnimationOptions | null;
override type: AnimationMetadataType;
}
steps
AnimationMetadata[]An array of animation step objects.
options
AnimationOptions | nullAn options object containing a delay and developer-defined parameters that provide styling defaults and can be overridden on invocation. Default delay is 0.