I'm trying to implement a progress bar (aterrien's jQuery Knob) that can have its progression interrupted on mouseout. I can begin the progression on mouseover, but I cannot interrupt the progression until it's been completed. I'd like to reverse the animation back to the starting point on mouseout, and resume progression from zero again on mouseover.
Any ideas? Thanks in advance, Daniel
(see my example in the comment)