Open
Bug 1921112
Opened 4 months ago
Updated 14 days ago
Add the handling of view-transition pseudo elements into Element.animate()
Categories
(Core :: DOM: Animation, enhancement)
Core
DOM: Animation
Tracking
()
ASSIGNED
People
(Reporter: boris, Assigned: boris)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m1])
Make sure Element.animate(xxxx, {pseudoElement: '::view-transition-xxx'})
works.
Assignee | ||
Updated•4 months ago
|
Summary: Support Element.animate() for view-transition pseudo elements → Add the handling of view-transition pseudo elements into Element.animate()
Assignee | ||
Updated•4 months ago
|
Updated•4 months ago
|
Whiteboard: [viewtransitions:m1]
Assignee | ||
Comment 1•2 months ago
|
||
This is supported implicitly by my patches in Bug 1921116. I will close this once we land the code.
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → boris.chiou
Status: NEW → ASSIGNED
Assignee | ||
Updated•14 days ago
|
Assignee | ||
Comment 3•14 days 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•14 days ago
|
Status: REOPENED → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•