Closed
Bug 1985161
Opened 1 year ago
Closed 1 year ago
[view-transitions-1] Have the `-image-pair`, `-old`, and `-new` pseudos inherit `animation-timing-function`
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: boris)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m2])
Attachments
(1 file)
A resolution was made for csswg-drafts/#11546.
[view-transitions-1] Have the `-image-pair`, `-old`, and `-new` pseudos inherit `animation-timing-function`
- RESOLVED: Make animation-timing-function, -iteration-count, -direction, -play-state inherit in the VT tree
| Assignee | ||
Comment 1•1 year ago
|
||
The point is probably 1. I am trying to fix this asap.
The wpt expectation we would like to fix: https://searchfox.org/firefox-main/rev/772c2d9c9704ef53aca712aece449d0a03e0be40/testing/web-platform/meta/css/css-view-transitions/style-inheritance.html.ini
Blocks: css-view-transitions-1
Whiteboard: [viewtransitions:m2]
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Updated•1 year ago
|
Whiteboard: [viewtransitions:m2] → [viewtransitions:triage]
| Assignee | ||
Comment 2•1 year ago
|
||
Basically, add
animation-timing-function: inherit;
animation-iteration-count: inherit;
animation-direction: inherit;
animation-play-state: inherit;
into ua stylesheet for view-transition-{image-pair|old|new} pseudo
elements.
Pushed by bchiou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5061c68271cf
https://hg.mozilla.org/integration/autoland/rev/95e7f8badb5c
Make more animation properties be inherit on view transition pseudo elements. r=firefox-style-system-reviewers,view-transitions-reviewers,emilio
Comment 4•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•1 year ago
|
Points: --- → 1
Whiteboard: [viewtransitions:triage] → [viewtransitions:m2]
Updated•1 year ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•