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).
FEDUSS
04/04/2024, 12:57 PM
image.png
s
stevebower
04/05/2024, 12:54 PM
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
FEDUSS
04/05/2024, 6:56 PM
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 🙂