-
Notifications
You must be signed in to change notification settings - Fork 54
Question: Start Progress #16
Comments
I forked and created my own branch here: I would appreciate your opinion to know if what I have here is good and if you would like I can make a pull request. |
Sorry for the extreme delay in response. |
I'm having the same question. I'm using your progress pie chart as a countdown timer for test questions. In the completion block, after the animation is complete, I run updateProgress(0.0) and the progressLayer.progress is still listed as 1.0, so there's no way to animate again for the next question. Ideas? |
@stoosepp Could you post a Playground to repro your issue? It shouldn't matter when Here's a quick example where I modified the example app bundled w/ this repo:
|
Is there currently an easy way to start the progress animation from lets say .3 to the updated progress?
I am able to get this functionality from changing the current progress in updateProgress to something other than 0 but I figured that I would ask to see if there is better way to do this
The text was updated successfully, but these errors were encountered: