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

Want to make color transition in reverse #83

Closed NitishaJPLoft closed 3 years ago

NitishaJPLoft commented 3 years ago

Hello, I want to do the reverse thing in this process, is it possible that this color transition on the circle should not remove, it should fill the circle. Can we change trailcolor at the time of progress running? Please help, I really need it badly.

vydimitrov commented 3 years ago

Hey, this is the closest I can get to it - https://codesandbox.io/s/compassionate-rain-p6v20?file=/src/styles.css

vydimitrov commented 3 years ago

By the way, this may become a bit easier when we complete this PR - https://github.com/vydimitrov/react-countdown-circle-timer/pull/82

vydimitrov commented 3 years ago

Closing this one. Let me know if I can help you with something else.

NitishaJPLoft commented 3 years ago

Thanks for the solution