Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(animationFrames): Adds an observable of animationFrames #5021

Merged
merged 2 commits into from Sep 18, 2019

Commits on Sep 16, 2019

  1. feat(animationFrames): Adds an observable of animationFrames

    - Also adds tests and test harness for requestAnimationFrame stubbing with sinon
    - Updates TypeScript lib to use ES2018 (so we can use `findIndex` on `Array`).
    benlesh committed Sep 16, 2019
    Copy the full SHA
    36f1116 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. refactor: switch to a loop-per-subscription approach

    Now each subscription will cause a new animation frame loop to be kicked off, instead of trying to share a single animation loop.
    benlesh committed Sep 17, 2019
    Copy the full SHA
    8d24153 View commit details
    Browse the repository at this point in the history