Skip to content

Instantly share code, notes, and snippets.

@cartant
Created May 21, 2018 05:11
Show Gist options
  • Select an option

  • Save cartant/54d2173d1650b3e2d2c264d601d28ee4 to your computer and use it in GitHub Desktop.

Select an option

Save cartant/54d2173d1650b3e2d2c264d601d28ee4 to your computer and use it in GitHub Desktop.
import { animationFrameScheduler } from "rxjs";
import { auditTime } from "rxjs/operators";
export const auditFrame = auditTime(0, animationFrameScheduler);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment