What is currently the best way to animate adding i...
# compose
z
What is currently the best way to animate adding items to a column\lazy column?
a
a
I thought animateItemPlacement does this ?
Not necessarily this animation
a
animateItemPlacement is animating item … placement 🙂 I mean its position when it changes. but not additions/removals
☝️ 1
z
Cool, it looks like the secret souce is MutableTransitionState... I wonder why they haven't implemented internally in the API by now...