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)
On refreshing the page the progress just instantly loads no transition whatsoever the other styling works as expected.
🐛 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) 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