Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save madrobby/2308498 to your computer and use it in GitHub Desktop.
Save madrobby/2308498 to your computer and use it in GitHub Desktop.
An example of requestAnimationFrame (webkit version)
<b id=a>X<script>e=document.getElementById('a'),i=0;(function u(){e.style.marginLeft=++i+'px';webkitRequestAnimationFrame(u)})()</script>​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment