summaryrefslogtreecommitdiffstats
path: root/src/fx.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fx.js')
-rwxr-xr-xsrc/fx.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fx.js b/src/fx.js
index 779d038..0f73a10 100755
--- a/src/fx.js
+++ b/src/fx.js
@@ -481,5 +481,6 @@ window.requestAnimFrame = (function(){
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
+ window.msRequestAnimationFrame ||
function (c) { window.setTimeout(c, 1000 / 60) }
})() \ No newline at end of file