Hello everyone! How can I animate the items inside...
# compose
c
Hello everyone! How can I animate the items inside of a LazyColumn or LazyRow?
c
I just use a standard composable
LazyColumn
and add the
.modifier
.animatePlacement()
, here is my example in my app “Fred’s Roadtrip Storyteller” https://github.com/realityexpander/FredsRoadtripStoryteller/blob/efc9852f9491527c2[…]d/src/commonMain/kotlin/presentation/app/RecentlySeenMarkers.kt
c
Thanks! I'll check them out