angular / 11.2.14 / api / animations / animationkeyframessequencemetadata.html /

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–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/animations/AnimationKeyframesSequenceMetadata