-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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: Flush animation frames every 16ms when using legacy timers #11567
Conversation
5d13bc5
to
26dc18c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Codecov Report
@@ Coverage Diff @@
## master #11567 +/- ##
==========================================
+ Coverage 68.94% 68.95% +0.01%
==========================================
Files 312 312
Lines 16314 16325 +11
Branches 4726 4730 +4
==========================================
+ Hits 11247 11257 +10
- Misses 5039 5040 +1
Partials 28 28
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Closes #11565
Defaulting to 60fps target for animation frames which matches
jsdom
.Test plan