linkAnimateChildOptions
npm Package | @angular/animations |
---|---|
Module | import { AnimateChildOptions } from '@angular/animations'; |
Source | animations/src/animation_metadata.ts |
linkInterface Overview
interface AnimateChildOptions extends AnimationOptions {
duration?: number | string
}
linkDescription
Metadata representing the entry of animations. Instances of this interface are created internally within the Angular animation DSL when animateChild() is used.