UNPKG

timered-counter

Version:

Make the value change more vivid and natural

10 lines 198 B
// export { // easeIn, // easeOut, // easeInOut, // anticipate, // steps, // cubicBezier, // } from "motion"; export const linear = (x) => x; //# sourceMappingURL=easing-functions.js.map