components icon indicating copy to clipboard operation
components copied to clipboard

fix(cdk/scrolling): virtual scroll flickers in zoneless mode.

Open jacob-noble opened this issue 1 year ago • 6 comments
trafficstars

When provideExperimentalZonelessChangeDetection is enabled, virtual-scroll-viewport flickers during scroll because the transform operation becomes visible. This fix moves the style transform into the afterNextRender phase to ensure it stays invisible.

Fixes #29174

jacob-noble avatar Sep 23 '24 17:09 jacob-noble