kv-cv/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs
2026-04-19 11:08:18 +07:00

6 lines
164 B
JavaScript

function convertOffsetToTimes(offset, duration) {
return offset.map((o) => o * duration);
}
export { convertOffsetToTimes };
//# sourceMappingURL=time.mjs.map