UNPKG

popmotion

Version:

The animator's toolbox

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