Sasikanth @sasikanth.dev · Jul 21

@sebastiano.dev it looks like LookAheadScope and animateBounds is enough to animate the LazyVerticalGrid cell changes. Obviously the transition isn’t perfect but I think adjusting animation timings and playing around with fade spec for other items should improve it.

5 likes 2 replies

?

Replies

seb · Jul 21

Nice! Thanks for checking 🙏

Houssam Elbadissi ❄️ · Jul 21

The biggest problem (which I observe with animateItem on grids) now is that items that were out of the screen before just pop into place, without any animation. It's a tricky one to solve because it requires a separation between items coming into view due to scrolling and ones due to grid change.