Update index.html
This commit is contained in:
parent
37e90409d5
commit
5ce06c62ec
|
@ -320,9 +320,9 @@
|
||||||
|
|
||||||
// crossbrowser implementation for requestAnimationFrame
|
// crossbrowser implementation for requestAnimationFrame
|
||||||
var requestAnimation = (function() {
|
var requestAnimation = (function() {
|
||||||
return //window.requestAnimationFrame
|
return /*window.requestAnimationFrame
|
||||||
//|| window.webkitRequestAnimationFrame
|
|| window.webkitRequestAnimationFrame
|
||||||
|| window.mozRequestAnimationFrame
|
||*/ window.mozRequestAnimationFrame
|
||||||
|| window.oRequestAnimationFrame
|
|| window.oRequestAnimationFrame
|
||||||
|| window.msRequestAnimationFrame
|
|| window.msRequestAnimationFrame
|
||||||
|| function(callback, element) {
|
|| function(callback, element) {
|
||||||
|
|
Loading…
Reference in New Issue