AnimateChildOptions

interface experimental

npm Package @angular/animations
Module import { AnimateChildOptions } from '@angular/animations';
Source animations/src/animation_metadata.ts

Interface Overview

interface AnimateChildOptions extends AnimationOptions { 
  duration?: number | string
}

Description

Metadata representing the entry of animations. Instances of this interface are created internally within the Angular animation DSL when animateChild() is used.

Members

duration?: number | string

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