Skip to content

Instantly share code, notes, and snippets.

View YuhangGu's full-sized avatar

Yuhang Gu YuhangGu

  • ITC - University of Twente
  • Enschede NL
View GitHub Profile
@YuhangGu
YuhangGu / RequestAnimationFrame.js
Created March 30, 2016 13:25 — forked from mrdoob/RequestAnimationFrame.js
Provides requestAnimationFrame in a cross browser way.
/**
* Provides requestAnimationFrame in a cross browser way.
* @author paulirish / http://paulirish.com/
*/
if ( !window.requestAnimationFrame ) {
window.requestAnimationFrame = ( function() {
return window.webkitRequestAnimationFrame ||