• Overview
@angular/animations

AnimationAnimateMetadata

interface
deprecatedsince v20.2

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

Deprecation warning

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

API

    
      interface AnimationAnimateMetadata extends AnimationMetadata {}
    
    

timings

string | number | AnimateTimings

The timing data for the step.

styles

AnimationStyleMetadata | AnimationKeyframesSequenceMetadata | null

A set of styles used in the step.

Jump to details