• Overview
@angular/animations

AnimationStaggerMetadata

interface
deprecatedsince v20.2

Encapsulates parameters for staggering the start times of a set of animation steps. Instantiated and returned by the stagger() function.

Deprecation warning

Use animate.enter or animate.leave instead. Intent to remove in v23

API

  interface AnimationStaggerMetadata extends AnimationMetadata {}  

timings

string | number

The timing data for the steps.

animation

AnimationMetadata | AnimationMetadata[]

One or more animation steps.

Jump to details