react-circular-progressbar icon indicating copy to clipboard operation
react-circular-progressbar copied to clipboard

Transition not working after value>=80

Open IshmeetSingh06 opened this issue 2 years ago • 0 comments

🐛 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

  • Tried On multiple browsers such as Brave, Chrome
  • Version- 2.1.0

IshmeetSingh06 avatar Jan 16 '23 21:01 IshmeetSingh06