This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

AnimateChildOptions

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

Properties

Property Description
duration?: number | string