angular / 4 / api / animations / animatetimings.html

AnimateTimings

type-alias experimental

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