Is there a way to animate LazyColumn while removin...
# compose
k
Is there a way to animate LazyColumn while removing an item from it?
m
It's not yet available as far as I know.
Copy code
<https://developer.android.com/jetpack/compose/lists#item-animations>
y
https://twitter.com/and_kulikov/status/1455537110816075786 Suggestion that it only covers moves and not add/remove, and a workaround is to use AnimatedVisibility
2