UNPKG

@fremtind/jkl-core

Version:
20 lines (19 loc) 402 B
const easings = Object.freeze({ standard: "ease", entrance: "ease-out", exit: "ease-in", easeInBounceOut: "cubic-bezier(0, 0, 0.375, 1.17)", focus: "cubic-bezier(0.6, 0.2, 0.35, 1)" }); const timings = Object.freeze({ energetic: "75ms", snappy: "100ms", productive: "150ms", expressive: "250ms", lazy: "400ms" }); export { easings, timings }; //# sourceMappingURL=motion.js.map