sequence
function
Defines a list of animation steps to be run sequentially, one by one.
API
Usage Notes
function sequence( steps: AnimationMetadata[], options?: AnimationOptions): AnimationSequenceMetadata;
Jump to details
Defines a list of animation steps to be run sequentially, one by one.
function sequence( steps: AnimationMetadata[], options?: AnimationOptions): AnimationSequenceMetadata;