https://kotlinlang.org logo
Title
z

ziv kesten

02/23/2022, 5:04 PM
What is currently the best way to animate adding items to a column\lazy column?
a

Andrey Kulikov

02/23/2022, 5:06 PM
a

Arjun Achatz

02/23/2022, 6:25 PM
I thought animateItemPlacement does this ?
Not necessarily this animation
a

Andrey Kulikov

02/23/2022, 6:28 PM
animateItemPlacement is animating item … placement 🙂 I mean its position when it changes. but not additions/removals
☝️ 1
z

ziv kesten

02/23/2022, 6:59 PM
Cool, it looks like the secret souce is MutableTransitionState... I wonder why they haven't implemented internally in the API by now...