On this page
AnimationKeyframesSequenceMetadata
interface
Encapsulates a keyframes sequence. Instantiated and returned by the keyframes() function.
interface AnimationKeyframesSequenceMetadata extends AnimationMetadata {
  steps: AnimationStyleMetadata[]
  // inherited from animations/AnimationMetadata
  type: AnimationMetadataType
}
   Properties
| Property | Description | 
|---|---|
steps: AnimationStyleMetadata[] | 
       An array of animation styles.  | 
      
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v6.angular.io/api/animations/AnimationKeyframesSequenceMetadata