Files
turftracker/frontend/node_modules/framer-motion/dist/es/utils/offsets/time.mjs
2026-04-09 13:19:47 -05:00

6 lines
130 B
JavaScript

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