Sha256: bfe78b2d68b9ec53808994c6bdbbc1beb00fe4400d62a96e01c002ece2818dba
Contents?: true
Size: 302 Bytes
Versions: 34
Compression:
Stored size: 302 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
34 entries across 34 versions & 4 rubygems