Skip to content

Instantly share code, notes, and snippets.

@IvanaSays
Last active August 9, 2017 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IvanaSays/bfc59f7f8280a3838f0a04a137102db6 to your computer and use it in GitHub Desktop.
Save IvanaSays/bfc59f7f8280a3838f0a04a137102db6 to your computer and use it in GitHub Desktop.
9 - Performant Animations
function doSomething() {
requestAnimationFrame(doSomething);
// Do stuff
}
doSomething();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment