Open
Bug 1818346
Opened 2 years ago
Updated 2 years ago
Support compositor animation for view-timeline
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Need to figure out how to handle the case when the subject is out of view on the compositor.
Reporter | ||
Comment 1•2 years ago
|
||
Basically, we pass the subject rect (in CSSPixel) and the resolved
insets to the compositor thread, and use the viewport size from APZ, to
calculate the offsets in the compositor thread.
You need to log in
before you can comment on or make changes to this bug.
Description
•