Skip to content

Instantly share code, notes, and snippets.

@amekusa
Created July 18, 2016 08:21
Show Gist options
  • Select an option

  • Save amekusa/aff785addd09c0752d9a878abedabbbc to your computer and use it in GitHub Desktop.

Select an option

Save amekusa/aff785addd09c0752d9a878abedabbbc to your computer and use it in GitHub Desktop.
(animate = function () {
console.log("Animating ...")
requestAnimationFrame(animate);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment