UNPKG

framer-motion

Version:

A simple and powerful JavaScript animation library

6 lines (4 loc) 130 B
function convertOffsetToTimes(offset, duration) { return offset.map((o) => o * duration); } export { convertOffsetToTimes };