@angular/animations

keyframes

function

Defines a set of animation styles, associating each style with an optional offset value.

  
    function keyframes(  steps: AnimationStyleMetadata[]): AnimationKeyframesSequenceMetadata;
  
  
Jump to details