Files
SerpentRace/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs
T
2025-08-23 00:05:18 +02:00

6 lines
130 B
JavaScript

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