-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.stop() method? #19
Comments
Thanks for the feedback. Would this have the effect of pausing the clock, or zeroing it? |
Hi! I think the clock should be stopped, then possibly zeroed (but not necessarily) and then completely removed from the parent container. if(myClock !== false){ |
These features is must needed, stop(), pause() and play() are basic ones that are needed in a lot of projects |
Hi, thanks for good lib. |
It's a very good project, I found it much easier in use then FlipClock.js which I used before (and it also requires jQuery).
But I was surprised when I did not see any sign of a stop() method which would be useful in a big complex projects when you need to stop the counter earlier then the deadline occurs according to some app logic.
The text was updated successfully, but these errors were encountered: