Animate item exit in ScalingLazyColumn -->
# compose-wear
f
Animate item exit in ScalingLazyColumn -->
Hi, how can i animate the exit of a item from a ScalingLazyColumn? In androidx non-wear foundation there is the modifier .animateItem() (since the 1.7.0-alpha06), but i can't use it on wear os (the ide tells me to add the dependency, but nothing change after doing it).
image.png
s
Hi - animating items being added/removed from ScalingLazyColumn is a known functionality gap that we are looking into for a future version. Meanwhile, you could look at using expandableItem(s) which certainly will provide an animation for removing an item quite well.
f
Hi steve, thanks for the answer. Honestly, i don't see any difference, but this problem isn't urgent. I will wait for the official impl in ScalingLazyColumn scope 🙂