Skip to content

Instantly share code, notes, and snippets.

@thysultan
Created June 13, 2016 19:59
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 thysultan/745d9f54ed3d970075a6950cd983eeb6 to your computer and use it in GitHub Desktop.
Save thysultan/745d9f54ed3d970075a6950cd983eeb6 to your computer and use it in GitHub Desktop.
try to push to the end of the event stack
requestAnimationFrame(function () {
setTimeout(function () {
fn()
}, 0)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment