|
|
|
|
|
by feross
1876 days ago
|
|
We recently made a one-line change that massively reduced GPU usage, specifically: - Intel integrated graphics: 60% reduction - AMD Radeon: 40% reduction - Apple M1: 10% reduction What was the change? We removed "opacity: 85%" from the <canvas> element. We were using opacity to slightly darken the animation but now we just darken the texture image directly. |
|