|
|
|
|
|
by nozzlegear
120 days ago
|
|
It's not adding more details in this case, it's adding incorrect information. CSS gradients are rasterized once during paint into a bitmap by the browser. Theres no recalculation going on per scroll unless something invalidates the gradient bitmap, and it doesn't matter how many steps the gradient has or how complicated it is. The real issue is something was causing the container with the gradient to repaint on every scroll. |
|