Closed
Description
Hi,
Thank you for your plugin, it is the nicest and easiest I have found. I may have missed something but is there any way to stop the timer at the value it is ?
When I do
var A = $("#myElement").circleProgress({...})
I have tried
- A.stop() => Does nothing
- A.circleProgress('stop') => Redraw the circle
Baptiste