Skip to content

Instantly share code, notes, and snippets.

@JesterXL
Created July 14, 2015 15:11
Show Gist options
  • Save JesterXL/66a4d42f756272dcc8d8 to your computer and use it in GitHub Desktop.
Save JesterXL/66a4d42f756272dcc8d8 to your computer and use it in GitHub Desktop.
RxJS window requestAnimationFrame
//RxJS: schedule streams containing DOM side effects with window.requestAnimationFrame:
stream.observeOn(Rx.Scheduler.requestAnimationFrame);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment