angular / 5 / api / animations / animationstaggermetadata.html

AnimationStaggerMetadata

interface experimental

Interface Overview

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

Description

Metadata representing the entry of animations. Instances of this interface are provided via the animation DSL when the stagger animation function is called.

Members

timings: string | number

animation: AnimationMetadata | AnimationMetadata[]

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