Closed
Bug 1921112
Opened 1 year ago
Closed 6 months ago
Add the handling of view-transition pseudo elements into Element.animate()
Categories
(Core :: DOM: Animation, enhancement)
Core
DOM: Animation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: boris, Assigned: boris)
References
Details
(Whiteboard: [viewtransitions:m1])
Make sure Element.animate(xxxx, {pseudoElement: '::view-transition-xxx'})
works.
Assignee | ||
Updated•1 year ago
|
Summary: Support Element.animate() for view-transition pseudo elements → Add the handling of view-transition pseudo elements into Element.animate()
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1]
Assignee | ||
Comment 1•10 months ago
|
||
This is supported implicitly by my patches in Bug 1921116. I will close this once we land the code.
Assignee | ||
Updated•10 months ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 3•8 months ago
|
||
Sorry reopen this because we cannot pass the test (i.e. web-animations-api-ref.html)
I think it is due to other reasons, e.g. rendering issue and UA stylesheet.
I will check this again once we finish other implementation.
Updated•8 months ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 4•6 months ago
|
||
It seems Bug 1953823 make this test passed.
So I think there is no issue for now, on animation side. Close this bug.
Status: ASSIGNED → RESOLVED
Closed: 8 months ago → 6 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•