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