@angular/animations

sequence

function

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

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