Lightweight React/React Native countdown timer component with color and progress animation based on SVG
MIT License
692
stars
87
forks
source link
When I add "initialRemainingTime" this prop into CountdownCircleTimer, and refresh the page, it starts from "duration". But instead it hsould start from "initialRemainingTime" #246
When I add "initialRemainingTime" this prop into CountdownCircleTimer, and refresh the page, it starts from "duration".
But instead it should start from "initialRemainingTime".
Thanks for any help.
Basically, I am working on real time session.
So when user refresh, it should start from time remaining from session to end.
When I add "initialRemainingTime" this prop into CountdownCircleTimer, and refresh the page, it starts from "duration". But instead it should start from "initialRemainingTime".
Thanks for any help.
Basically, I am working on real time session. So when user refresh, it should start from time remaining from session to end.