@angular/animations

sequence

function

Defines a list of animation steps to be run sequentially, one by one.

sequence(
steps: AnimationMetadata[],
options?: AnimationOptions
): AnimationSequenceMetadata;
Jump to details