UNPKG

popmotion

Version:

The animator's toolbox

6 lines (4 loc) 153 B
function velocityPerSecond(velocity, frameDuration) { return frameDuration ? velocity * (1000 / frameDuration) : 0; } export { velocityPerSecond };