On this page
AnimateTimings
type-alias
experimental
npm Package | @angular/animations |
---|---|
Module | import { AnimateTimings } from '@angular/animations'; |
Source | animations/src/animation_metadata.ts |
type AnimateTimings = {
duration: number,
delay: number,
easing: string | null
};
Description
Metadata representing the entry of animations. Instances of this interface are created internally within the Angular animation DSL.
© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v4.angular.io/api/animations/AnimateTimings