tigrr / circle-progress

Responsive, accessible, animated, stylable with CSS circular progress bar available as plain (vanilla) JS and jQuery plugin.
https://tigrr.github.io/circle-progress
MIT License
171 stars 44 forks source link

anticlockwise don't work! #22

Closed brood09 closed 10 months ago

brood09 commented 1 year ago

Hi, @tigrr I'm trying to make one circle progress, everything is ok, but I need it to go anti-clockwise, I'm set the parametr anticlockwise: true and don't work, I'm trying set anticlockwise: false and likewise nothing works. No matter what I set to the parameter, it goes clockwise. Thx.

My Code: new CircleProgress('.progress-circular', { min: 0, max: 100, value: 100, startAngle: 0, anticlockwise: true, textFormat: 'none', animationDuration: 5500, animation: 'linear', });

tigrr commented 1 year ago

Hi. Which version are you using?

tigrr commented 1 year ago

@brood09 ?

tigrr commented 10 months ago

Closing due to lack of feedback from the OP.