esdrasdl
04/04/2022, 1:09 PMfun stop(lambda)
. The animation continues until someone call stop(). When it happens, the animation continues until it reaches the initial drawable positions and then it executes the lambda function.
In my opinion, the issue is how to continue the animation after a recomposition when the composable state changes.
I tried to follow the chart in the docs but I’m no sure which API should I use.Dmitrii Smirnov
04/04/2022, 1:55 PMCircularProgressIndicator
For example, in our design system there is enum class ButtonState { Default, Progress, Disabled } for itChris Sinco [G]
04/04/2022, 5:31 PMesdrasdl
04/04/2022, 6:58 PM