On this page
AnimateTimings
type-alias
Represents animation-step timing parameters for an animation step.
type AnimateTimings = {
    duration: number;
    delay: number;
    easing: string | null;
};
   See also
animate()
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v6.angular.io/api/animations/AnimateTimings