• Overview
@angular/animations

AnimationAnimateMetadata

interface

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

  
    interface AnimationAnimateMetadata extends AnimationMetadata {}
  
  

timings

string | number | AnimateTimings

The timing data for the step.

A set of styles used in the step.

Jump to details