linkAnimationTriggerMetadata
npm Package | @angular/animations |
---|---|
Module | import { AnimationTriggerMetadata } from '@angular/animations'; |
Source | animations/src/animation_metadata.ts |
linkInterface Overview
interface AnimationTriggerMetadata extends AnimationMetadata {
name: string
definitions: AnimationMetadata[]
options: {...}
}
linkDescription
Metadata representing the entry of animations. Instances of this interface are provided via the animation DSL when the trigger animation function is called.
linkMembers
definitions: AnimationMetadata[]