Update index.html

Chrome "requestAnimationFrame" new implementation
This commit is contained in:
arcadeJHS 2013-02-03 23:15:36 +01:00
parent eafa2d43a4
commit ca55faf79f
1 changed files with 2 additions and 2 deletions

View File

@ -321,7 +321,7 @@
// 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