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

[web-animations-2] The handle of unresolved current time in at-progress-timeline-boundary #7458

Open
BorisChiou opened this issue Jul 5, 2022 · 0 comments
Labels
web-animations-2 Current Work

Comments

@BorisChiou
Copy link
Contributor

Based on the step 3 of at-progress-timeline-boundary in [web-animations-2],

Let effective timeline time be animation’s current time / animation’s playback rate + effective start time

we calculate the effective timeline time by animation's current time, playback rate, and the effective start time. However, this spec doesn't mention what should we do for unresolved current time. So perhaps It'd be better to specify what happens when the animation's current time is unresolved.

In Chromium, it uses zero if it is unresolved (code), so for now, Gecko would like to implement this by setting zero for unresolved current time as well.

@BorisChiou BorisChiou added the web-animations-2 Current Work label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-animations-2 Current Work
Projects
None yet
Development

No branches or pull requests

1 participant