Files
cartlog-admin/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs
2026-01-01 15:25:19 +05:30

6 lines
130 B
JavaScript

function convertOffsetToTimes(offset, duration) {
return offset.map((o) => o * duration);
}
export { convertOffsetToTimes };