[fixed] I'm trying to animate the width of a `Box`...
# compose-android
s
[fixed] I'm trying to animate the width of a
Box
from 0dp to 80dp. I did that using
Animatable
. But now I also need to pause/resume the animation. Is
Animatable
the right approach or I need something else?