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

Is there a way to check easily if the countdown timer is in Delay state #212

Closed oreon closed 2 years ago

oreon commented 2 years ago

I need to display "rest" when in between repeats but not sure how to know the state

vydimitrov commented 2 years ago

Hey, when the timer is at 0 then you are between repeats.

vydimitrov commented 2 years ago

Let me know if you have any other questions. I am closing this issue for now.