Skip to content

Instantly share code, notes, and snippets.

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

  • Save cartant/856c60bcd99f15c57be59fbdd8117ba5 to your computer and use it in GitHub Desktop.

Select an option

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