hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.31k stars 720 forks source link

Counter continues counting after pause method is applied #297

Open olegbolden opened 6 years ago

olegbolden commented 6 years ago

I eventually noticed that counter continues counting even if you pause it. On resume it doesn't start from the time point it was stopped at. Therefore, "pause" action just suppresses an output of time which in fact continues going on. I don't think this is what people expects it to do.

justin-nl commented 6 years ago

I noticed this as well. The pause/resume functionality doesn't mesh with the requirement of passing in a date string to the plugin.