animateChild

From Get docs
< @angular/animationsAngular/docs/8/api/animations/animatechild


animateChild

function

Executes a queried inner animation element within an animation sequence.

animateChild(options: AnimateChildOptions = null): AnimationAnimateChildMetadata

Parameters
options AnimateChildOptions

An options object that can contain a delay value for the start of the animation, and additional override values for developer-defined parameters.

Optional. Default is null.

Returns

AnimationAnimateChildMetadata: An object that encapsulates the child animation data.


Usage notes

Each time an animation is triggered in Angular, the parent animation has priority and any child animations are blocked. In order for a child animation to run, the parent animation must query each of the elements containing child animations, and run them using this function.

Note that this feature is designed to be used with query() and it will only work with animations that are assigned using the Angular animation library. CSS keyframes and transitions are not handled by this API.


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/animations/animateChild