Open
Bug 2005347
Opened 7 months ago
Optimize the scroll animation on the compositor when the scroller gets resized
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
In Bug 1919415, we noticed the compositor animations with zero range may exist (because we send the animation to the compositor with a positive range but the user changes the size of the scroller later, so APZ sampler may return a zero range for us).
So file this bug to track this optimization.
You need to log in
before you can comment on or make changes to this bug.
Description
•