AnimationStaggerMetadata

From Get docs
< @angular/animationsAngular/docs/11/api/animations/animationstaggermetadata


AnimationStaggerMetadata

interface

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

interface AnimationStaggerMetadata extends AnimationMetadata {
  timings: string | number
  animation: AnimationMetadata | AnimationMetadata[]

  // inherited from animations/AnimationMetadata
  type: AnimationMetadataType
}

Properties

Property Description
number The timing data for the steps.
AnimationMetadata[] One or more animation steps.


© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/animations/AnimationStaggerMetadata