I want to make circular intermediate progress bar in jetpack compose. I tried some piece of code but it's not working correctly to animate the circle. I tried this
Expected Output
CodePudding user response:
In your case you want an infinite transition animating the arc of circle.
You can draw the arc using drawArc
and then