Is there any way to animate a `LazyColumn` ’s item...
# compose
a
Is there any way to animate a
LazyColumn
’s items to appear with an animation?
n
yep… you can wrap you
LazyColumn
with a
AnimatedVisibility
and then, use
animateEnterExit
modifier.
a
I had the same idea, though that wouldn’t work with re-orders.
😩 1
r
It will be available in next releases