💩
This commit is contained in:
parent
97ec0b8a89
commit
e00a89843a
6
main.js
6
main.js
@ -27,11 +27,11 @@ function add(x, y) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
var reqAnimationFrame = webkitRequestAnimationFrame ||
|
var reqAnimationFrame = requestAnimationFrame ||
|
||||||
|
webkitRequestAnimationFrame ||
|
||||||
mozRequestAnimationFrame ||
|
mozRequestAnimationFrame ||
|
||||||
msRequestAnimationFrame ||
|
msRequestAnimationFrame ||
|
||||||
oRequestAnimationFrame ||
|
oRequestAnimationFrame ||;
|
||||||
requestAnimationFrame;
|
|
||||||
|
|
||||||
(function loop() {
|
(function loop() {
|
||||||
reqAnimationFrame(function() {
|
reqAnimationFrame(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user