database-petani-mobile/node_modules/framer-motion/dist/es/utils/offsets/time.mjs
2026-02-23 16:39:35 +07:00

6 lines
130 B
JavaScript

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