Open
Bug 2018678
Opened 5 months ago
Updated 14 hours ago
Make sure animation range works well for {relative|absolute|sticky} positioned boxes.
Categories
(Core :: CSS Transitions and Animations, task)
Core
CSS Transitions and Animations
Tracking
()
ASSIGNED
People
(Reporter: boris, Assigned: jwatt)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [scrollanimation:mvp])
Attachments
(1 file)
Per spec,
In all cases, the writing mode used to resolve the start and end sides is the writing mode of the relevant scroll container. Transforms are ignored, but relative and absolute positioning are accounted for.
and the note
Note: For sticky-positioned boxes the 0% and 100% progress conditions can sometimes be satisfied by a range of scroll positions rather than just one. Each range therefore indicates whether to use the earliest or latest qualifying position.
We use this bug to track the cases to make sure we take these positioned boxed into account.
Updated•5 months ago
|
Points: --- → 8
| Assignee | ||
Comment 1•12 days ago
|
||
Tentatively assigning this to myself since I have done some work on this. That's just to avoid duplicated effort. Happy to discuss and hand over.
Assignee: nobody → mozmail
Updated•12 days ago
|
Status: NEW → ASSIGNED
Updated•11 days ago
|
Summary: Make sure animation range works well for {relative|absoulte|sticky} positioned boxes. → Make sure animation range works well for {relative|absolute|sticky} positioned boxes.
| Assignee | ||
Comment 2•14 hours ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•