AnimateChildOptions

From Get docs
< @angular/animationsAngular/docs/9/api/animations/animatechildoptions


AnimateChildOptions

interface

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

interface AnimateChildOptions extends AnimationOptions {
  duration?: number | string

  // inherited from animations/AnimationOptions
  delay?: number | string
  params?: {...}
}

See also

  • animateChild()

Properties

Property Description
string


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