UNPKG
between.js
Version:
latest (0.1.2-fix.2)
0.1.2
0.1.2-fix.2
0.1.1
0.1.0
0.0.1-alpha.1
Lightweight ES6 JavaScript tweening engine
github.com/sasha240100/between.js
sasha240100/between.js
between.js
/
test
/
polyfill.js
4 lines
(3 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
global
.
requestAnimationFrame
=
(
func
) =>
{
setTimeout
(func,
10
); }