Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSSGPU compositing layer promotionSingle-choice MCQ

Why can promoting a large element to its own compositing layer sometimes make scrolling SLOWER rather than faster, even though compositing is meant to be cheap?

.hero { will-change: transform; width: 100vw; height: 300vh; }