Variable UI_ANIMATIONSConst
UI_ANIMATIONS: {
BOUNCE: "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)";
FAST: "150ms ease-out";
NORMAL: "250ms ease-in-out";
SLOW: "400ms ease-in-out";
} = ...
Type declaration
Readonly
BOUNCE: "300ms cubic-bezier(0.68, -0.55, 0.265, 1.55)"
Readonly
FAST: "150ms ease-out"
Readonly
NORMAL: "250ms ease-in-out"
Readonly
SLOW: "400ms ease-in-out"