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

fix(animationFrames): emit the timestamp from the rAF's callback #5438

Merged
merged 7 commits into from
Jul 31, 2020

Commits on Jul 31, 2020

  1. fix(animationFrames): emit the timestamp from the rAF's callback

    Emit the timestamp provided by rAF to align better with the rAF
    specification. Multiple scheduled rAF callbacks within the same frame
    will be called with the same timestamp.
    tmair authored and cartant committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    70ac9ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff47146 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6451d25 View commit details
    Browse the repository at this point in the history
  4. fix(animationFrames): fix type tests

    tmair authored and cartant committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    4b45d7f View commit details
    Browse the repository at this point in the history
  5. fix: base elapsed on subscription time

    And use performance.now() for the elapsed calculation instead of the
    passed timestamp - see comment for explanation.
    cartant committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f343c1b View commit details
    Browse the repository at this point in the history
  6. chore: update API guardian

    cartant committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ae8ff49 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54b4327 View commit details
    Browse the repository at this point in the history