Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

AnimationAnimateMetadata

Encapsulates an animation step. Instantiated and returned by the animate() function.

      
      interface AnimationAnimateMetadata extends AnimationMetadata {
  timings: string | number | AnimateTimings
  styles: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null

  // inherited from animations/AnimationMetadata
  type: AnimationMetadataType
}
    

Properties

Property Description
timings: string | number | AnimateTimings

The timing data for the step.

styles: AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null

A set of styles used in the step.