UNPKG

popmotion

Version:

The animator's toolbox

6 lines (4 loc) 121 B
function velocityPerFrame(xps, frameDuration) { return xps / (1000 / frameDuration); } export { velocityPerFrame };