How can I animate the item placement in this LazyColumn?
I want to animate the task item placement to the bottom of the list when the task item checked (isDone == true
).
rememberAnimatedVectorPainter speed up the animation dinamically
I have an animated-vector that I want to change the speed dynamically in jetpack compose, here is what I have at the moment.your text