Radek
Radek
``` javascript var clock = $('#timer').FlipClock({ clockFace: 'MinuteCounter', autoStart: false, countdown: true, }); // and after this I start clock by: clock.setTime( time ); if ( condition == 'I want...
Hi, if I understood it right, autoPlay now is responsible for flipping, and to make clock flipping from the beginning is easy, just `autoPlay:true` and that's all ( any `start()`,...
I will add here my 3 cents... The animation touches performance problem. I'm using flip clock for counting down time in which user need to draw something. And here we...