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