AnimationKeyframesSequenceMetadata

From Get docs
< @angular/animationsAngular/docs/10/api/animations/animationkeyframessequencemetadata


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