Implement animation-timeline property
Categories
(Core :: CSS Parsing and Computation, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: hiro, Assigned: boris)
References
(Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed)
Attachments
(2 files, 1 obsolete file)
animation-timeline-computed.html would be automated tests.
| Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 1•4 years ago
|
||
This patch adds the animation-timeline longhand property. For
shorthand, we will do that in the next patch.
| Assignee | ||
Comment 2•4 years ago
|
||
We use the same rule as blink: serialize the animation-timeline only if
it is not the initial value.
| Assignee | ||
Comment 3•4 years ago
|
||
We add the placeholder to keep the scroll-timeline rule, so layout code
can access it in the future (i.e. Bug 1676791).
| Assignee | ||
Comment 4•4 years ago
|
||
Reference of the proposal to update the syntax of animation-timeline: https://github.com/w3c/csswg-drafts/issues/6674
Comment 5•4 years ago
|
||
Comment on attachment 9242631 [details]
Bug 1676784 - Part 3: Hook scroll-timeline rule into Cascade data.
Revision D126452 was moved to bug 1676791. Setting attachment 9242631 [details] to obsolete.
Updated•4 years ago
|
| Assignee | ||
Comment 6•4 years ago
|
||
I'd like to land these patches because these shouldn't have an impact on Nightly (the pref is off).
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/943f56defa61
https://hg.mozilla.org/mozilla-central/rev/32bbcf7dd8be
Updated•3 years ago
|
Description
•