Join Slack
Communities
Powered by
Are there any easy ways to animate new items in a ...
# compose
a
alexsullivan114
05/16/2021, 7:49 PM
Are there any easy ways to animate new items in a
LazyColumn
?
alexsullivan114
05/16/2021, 7:49 PM
Like if I'm adding (or removing) a item to a list backed by
LazyColumn
v
Vinay Gaba
05/17/2021, 3:33 AM
If you want straightforward animation, you could make use of AnimatedVisibility. Example -
https://github.com/vinaygaba/Learn-Jetpack-Compose-By-Example/blob/cb6adbb4ca5298e[…]a/com/example/jetpackcompose/animation/ListAnimationActivity.kt
👍 2
Open in Slack
Previous
Next