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