Questions tagged [jetpack-compose-animation]

61 questions
0
votes
2 answers

Jetpack Compose MutableTransitionState currentState holds wrong value

I use AnimatedVisibility to animate deleting an item from a LazyColumn together with MutableTransitionState to catch the end of animation to delete this item from LazyColumn's list. I composed a handy extension function for…
1 2 3 4
5