Closed
Bug 1774275
Opened 2 years ago
Closed 2 years ago
Preserve the progress when we switch animation-timeline from scroll timeline to document timeline
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Core
CSS Transitions and Animations
Tracking
()
RESOLVED
FIXED
108 Branch
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: boris, Assigned: boris)
References
(Blocks 2 open bugs, )
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This is defined in https://drafts.csswg.org/web-animations/#setting-the-timeline. I think it's worth to implement this even if this spec is not ready. This concept makes the switch more smooth.
This wpt is here: https://searchfox.org/mozilla-central/source/testing/web-platform/tests/scroll-animations/css/at-scroll-timeline-dynamic.tentative.html#116-132
Assignee | ||
Updated•2 years ago
|
Summary: Preserve the progress when switch from scroll timeline to document timeline → Preserve the progress when we switch animation-timeline from scroll timeline to document timeline
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Blocks: css-scroll-driven-animations
Assignee | ||
Comment 1•2 years ago
|
||
This patch tries to let SetTimelineNoUpdate() match the spec,
https://drafts.csswg.org/web-animations-2/#setting-the-timeline.
Updated•2 years ago
|
Attachment #9299135 -
Attachment description: Bug 1774275 - Part 1: Support the dynamic change between document-timeline and scroll-timeline. → Bug 1774275 - Support the basic dynamic change among document-timeline, scroll-timeline, and null timeline.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → boris.chiou
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fec316ee0ab5
Support the basic dynamic change among document-timeline, scroll-timeline, and null timeline. r=hiro
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/36757 for changes under testing/web-platform/tests
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox108:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 108 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•