... :/
This commit is contained in:
parent
e00a89843a
commit
4ca2ec860f
2
main.js
2
main.js
@ -31,7 +31,7 @@ var reqAnimationFrame = requestAnimationFrame ||
|
|||||||
webkitRequestAnimationFrame ||
|
webkitRequestAnimationFrame ||
|
||||||
mozRequestAnimationFrame ||
|
mozRequestAnimationFrame ||
|
||||||
msRequestAnimationFrame ||
|
msRequestAnimationFrame ||
|
||||||
oRequestAnimationFrame ||;
|
oRequestAnimationFrame;
|
||||||
|
|
||||||
(function loop() {
|
(function loop() {
|
||||||
reqAnimationFrame(function() {
|
reqAnimationFrame(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user