@angular/animations

sequence

function

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

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