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

LibWeb: Generate correct timestamp values when updating animations #3359

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tcl3
Copy link
Member

@tcl3 tcl3 commented Jan 24, 2025

Previously, we were generating timestamps relative to the current time of the monotonic clock. We now generate timestamps relative to the event loop's last render opportunity time, per the spec.

Doing this allows us to move around on Google Street View :^)

street_view_no_sound.mp4

Previously, we were generating timestamps relative to the current time
of the monotonic clock. We now generate timestamps relative to the
event loop's last render opportunity time, per the spec.
@gmta gmta enabled auto-merge (rebase) January 24, 2025 20:19
@tcl3 tcl3 disabled auto-merge January 24, 2025 20:19
@tcl3 tcl3 marked this pull request as draft January 24, 2025 20:19
@tcl3
Copy link
Member Author

tcl3 commented Jan 24, 2025

This change is causing crashes for me locally. I may need to put this on top of other high resolution time changes I'm making in #3341.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants