hilios / jQuery.countdown

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

Update countdown every miliseconds #319

Open DavidGevorgyan92 opened 5 years ago

DavidGevorgyan92 commented 5 years ago

Which part of the code should be changed to update the countdown every milliseconds.

webwamp commented 4 years ago

hi @DavidGevorgyan92 this countdown have options to customizing, just set option {precision:1} or change main code:

precision: 100,

to

precision: 1,