Files
Housekeeping-web-admin/node_modules/framer-motion/dist/es/utils/offsets/time.mjs
T
2026-06-24 09:48:54 +02:00

6 lines
130 B
JavaScript

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