f1rq.ovh/node_modules/popmotion/lib/utils/velocity-per-frame.js
2025-03-24 22:56:10 +01:00

4 lines
144 B
JavaScript

export function velocityPerFrame(xps, frameDuration) {
return xps / (1000 / frameDuration);
}
//# sourceMappingURL=velocity-per-frame.js.map