Skip to content

Instantly share code, notes, and snippets.

@trustedtomato
Created August 31, 2017 09:23
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trustedtomato/aed8437e6ba768027dade774b47886a7 to your computer and use it in GitHub Desktop.
Save trustedtomato/aed8437e6ba768027dade774b47886a7 to your computer and use it in GitHub Desktop.
requestAnimationFrame Promise
const waitFrame = () => new Promise(requestAnimationFrame);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment