Skip to content

Instantly share code, notes, and snippets.

@renancaraujo
Last active November 6, 2018 23:52
Show Gist options
  • Save renancaraujo/8f007776a35c2cc76f8175aceb2ba6b9 to your computer and use it in GitHub Desktop.
Save renancaraujo/8f007776a35c2cc76f8175aceb2ba6b9 to your computer and use it in GitHub Desktop.
Runner.prototype.scheduleNextUpdate = function () {
if (!this.updatePending) {
this.updatePending = true;
this.raqId = requestAnimationFrame(this.update.bind(this));
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment