Variable ANIMATION_EASINGConst
ANIMATION_EASING: {
BACK: "cubic-bezier(0.6, -0.28, 0.735, 0.045)";
BOUNCE: "cubic-bezier(0.68, -0.55, 0.265, 1.55)";
EASE_IN: "ease-in";
EASE_IN_OUT: "ease-in-out";
EASE_OUT: "ease-out";
ELASTIC: "cubic-bezier(0.175, 0.885, 0.32, 1.275)";
LINEAR: "linear";
} = ...
Type declaration
Readonly
BACK: "cubic-bezier(0.6, -0.28, 0.735, 0.045)"
Readonly
BOUNCE: "cubic-bezier(0.68, -0.55, 0.265, 1.55)"
Readonly
EASE_IN: "ease-in"
Readonly
EASE_IN_OUT: "ease-in-out"
Readonly
EASE_OUT: "ease-out"
Readonly
ELASTIC: "cubic-bezier(0.175, 0.885, 0.32, 1.275)"
Readonly
LINEAR: "linear"