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–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v11.angular.io/api/animations/AnimateTimings