{ "id": "api/animations/AnimateChildOptions", "title": "AnimateChildOptions", "contents": "\n\n
\n
\n
\n \n API > @angular/animations\n
\n \n
\n \n
\n

AnimateChildOptionslink

\n \n \n \n \n \n
\n \n \n\n
\n \n
\n

Adds duration options to control animation styling and timing for a child animation.

\n\n \n
\n \n \n
\n\ninterface AnimateChildOptions extends AnimationOptions {\n duration?: number | string\n\n // inherited from animations/AnimationOptions\n delay?: number | string\n params?: {...}\n}\n\n\n \n \n\n\n \n \n\n
\n\n \n
\n

See alsolink

\n \n
\n\n\n \n \n \n
\n

Propertieslink

\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
PropertyDescription
\n \n duration?: number | string\n \n \n \n \n
\n
\n \n\n\n \n\n\n
\n
\n\n\n" }