Files
Webklar.com/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.mjs
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

6 lines
130 B
JavaScript

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