flipcountdown icon indicating copy to clipboard operation
flipcountdown copied to clipboard

Clock in retro style

Results 9 flipcountdown issues
Sort by recently updated
recently updated
newest added

Added simplified theme support. For example, I attached two design themes that I made for my own needs. See demo in index.html

Hi. The counter stop on mobile devices and just display zeros.

Hello, I can you please check, support the option tzoneOffset along beforeDateTime. Currently these two scripts show the exact same time. $('#retroclockbox1').flipcountdown({ beforeDateTime:'10/20/2015 11:00:00', tzoneOffset: 2 }); $('#retroclockbox2').flipcountdown({ beforeDateTime:'10/20/2015 11:00:00',...

i want when countdown over, stop . ``` i = 3; $('#job_'+alvo).flipcountdown({size:"lg", tick:function(){ if(i==0){ console.log("I want stop countdown here"); } return i--; } }); ```

I came across an issue when using the 12 hour format. If the hour is 12 then the mod of it from 12 is 0 and 0 is the hour...

Hi, How do you add a thousands separator for function : jQuery(function(){ var i = 100000000; jQuery('#flipcountdownbox1').flipcountdown({ tick:function(){ return i++; },size:"lg", }); }) Thank you for your time!

Thanks for this great plugin. For sizes other than `lg`, dots (`.`) in the value are replaced with colons (`:`). Thanks.

Please fix the countdown animation of numbers, i.e. 10 to 09 ,20 to 19, 30 to 29 etc. If change to the normal direction (09 to 10, 19 to 20...