Sha256: 65f8e23dd2190726249cfe571009eb00307e986315972e4702c429a5afcd19ba
Contents?: true
Size: 301 Bytes
Versions: 86
Compression:
Stored size: 301 Bytes
Contents
window.requestAnimFrame = (function(callback) { return window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(callback) { window.setTimeout(callback, 1000 / 60); }; })();
Version data entries
86 entries across 86 versions & 2 rubygems