@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
14 lines (10 loc) • 401 B
JavaScript
var config = require('../../styled-system/config.cjs');
const easings = config.defineTokens.easings({
"ease-in": { value: "cubic-bezier(0.42, 0, 1, 1)" },
"ease-out": { value: "cubic-bezier(0, 0, 0.58, 1)" },
"ease-in-out": { value: "cubic-bezier(0.42, 0, 0.58, 1)" },
"ease-in-smooth": { value: "cubic-bezier(0.32, 0.72, 0, 1)" }
});
exports.easings = easings;
;
;