linkAnimationSequenceMetadata
npm Package | @angular/animations |
---|---|
Module | import { AnimationSequenceMetadata } from '@angular/animations'; |
Source | animations/src/animation_metadata.ts |
linkInterface Overview
interface AnimationSequenceMetadata extends AnimationMetadata {
steps: AnimationMetadata[]
options: AnimationOptions | null
}
linkDescription
Metadata representing the entry of animations. Instances of this interface are provided via the animation DSL when the sequence animation function is called.
linkMembers
steps: AnimationMetadata[]
options: AnimationOptions | null