kevinsqi / react-circular-progressbar

A circular progressbar component, built with SVG and extensively customizable
http://www.kevinqi.com/react-circular-progressbar
MIT License
1.09k stars 132 forks source link

Transition not working after value>=80 #226

Open IshmeetSingh06 opened 1 year ago

IshmeetSingh06 commented 1 year ago

🐛 Bug report

Summary of issue

Hello I am trying to use the CircularProgressBar everything is working perfectly but the issue is if the value is greater than 80 the transition I added through styles does not work where as if the value is anywhere between 1-79 the transition(animation is working smoothly) image On refreshing the page the progress just instantly loads no transition whatsoever the other styling works as expected.

Reproducible example

I have created a reproducible example but its working properly on codesandbox not sure why its not working with my app, https://codesandbox.io/s/react-circular-progressbar-issue-template-forked-n36u81?file=/index.js