vydimitrov / react-countdown-circle-timer

Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692 stars 87 forks source link

Required to switch the transition only between two color green and red. #65

Closed RanaVaibhav92 closed 3 years ago

RanaVaibhav92 commented 3 years ago

There is a requirement to changes the timer color only in 2 given colors. Is there any way to achieve this .

vydimitrov commented 3 years ago

Hey, do you want the change between the two colors to be sudden without any transtion between them? If that is what you want, you can do it like this: https://codesandbox.io/s/patient-browser-gmsmh?file=/src/index.js

RanaVaibhav92 commented 3 years ago

Thank you very much for the help.