securityos/node_modules/framer-motion/dist/es/utils/offsets/time.mjs

6 lines
130 B
JavaScript

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