I need to animate cards expanding/collapsing in `L...
# compose
u
I need to animate cards expanding/collapsing in
LazyColumn
.
animateItem
does nothing for the cards changung heights
j
Use
Modifier.animateContentSize()
on the individual items.
u
turns out animated visibiloty works too, but its
animateItem
thats causing issues when used with either animvis or animateContentSize - i had to turn it off