sequence
function
Defines a list of animation steps to be run sequentially, one by one.
API
Usage Notes
function sequence( steps: AnimationMetadata[], options?: AnimationOptions | null): AnimationSequenceMetadata;
sequence
Defines a list of animation steps to be run sequentially, one by one.
@paramoptions
AnimationOptions | null
An options object containing a delay and developer-defined parameters that provide styling defaults and can be overridden on invocation.
@returns
AnimationSequenceMetadata
Jump to details