UNPKG

between.js

Version:

Lightweight ES6 JavaScript tweening engine

4 lines (3 loc) 69 B
global.requestAnimationFrame = (func) => { setTimeout(func, 10); }