UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

7 lines (5 loc) 214 B
function calculateRepeatDuration(duration, repeat, repeatDelay) { return duration * (repeat + 1) + repeatDelay * repeat; } export { calculateRepeatDuration }; //# sourceMappingURL=calc-repeat-duration.mjs.map