Open
Bug 1761127
Opened 3 years ago
Updated 3 years ago
Handle scroll-linked effects well for scroll animations on the compositor
Categories
(Core :: CSS Transitions and Animations, enhancement, P3)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
Details
In bug 1737180, we enable the compositor animations for scroll animations. However, we always use the first sampled offset from the AsyncPanZoom controller. We have to find a better way to choose the proper offsets because now on the sampler thread APZ hasn't yet determined scroll positions, for scroll-linked effects.
You need to log in
before you can comment on or make changes to this bug.
Description
•