Transitions between background images are janky on https://www.nrk.no/chasing-climate-change-1.14859595
Categories
(Core :: Graphics: WebRender, defect, P3)
Tracking
()
People
(Reporter: mstange, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(6 files)
Steps to reproduce:
- Go to https://www.nrk.no/chasing-climate-change-1.14859595
- Scroll down and up between the first three background images.
Expected results:
The fading between the images should happen smoothly.
Actual results:
Whenever one background is replaced with another, the animation is very janky. The profiler overlay shows GPU times of 30ms and more.
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Reporter | ||
Comment 3•6 years ago
|
||
Reporter | ||
Comment 4•6 years ago
|
||
In Safari, the opacity is applied by the window server, which takes 15ms to render a frame.
Comment 5•6 years ago
|
||
It is pretty bad on Linux too. The background image blinks in and out of view several times before stabilizing, and visibly slows down the rest of my computer.
Updated•6 years ago
|
Updated•5 years ago
|
Comment 6•3 years ago
|
||
This seems to work well for me now - Markus, still an issue on your machine?
Updated•3 years ago
|
Reporter | ||
Comment 7•2 years ago
|
||
Finally got a chance to re-test this with the machine that I was using when I filed this bug.
It looks like things are indeed better. The GPU times have dropped from 30ms to 15ms. This is probably good enough.
Reporter | ||
Updated•2 years ago
|
Description
•