UNPKG

@chakra-xui/transition

Version:

Common transition components for Chakra xui

12 lines (11 loc) 262 B
"use strict"; exports.__esModule = true; exports.EASINGS = void 0; var EASINGS = { ease: [0.25, 0.1, 0.25, 1], easeIn: [0.4, 0, 1, 1], easeOut: [0, 0, 0.2, 1], easeInOut: [0.4, 0, 0.2, 1] }; exports.EASINGS = EASINGS; //# sourceMappingURL=__utils.js.map