A
A
Alexey Parkhomenko2015-11-16 19:00:25
css
Alexey Parkhomenko, 2015-11-16 19:00:25

How to set up FlipClock.js?

Good afternoon!
Tell me, please, how to set up the clock so that the countdown starts from a certain date and put it in a loop?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Foo Bar, 2015-11-18
@atomheart

clock.setCountdown(true);
clock.setTime(3600);

In the looping part, you need a callback on stop that will reinitiate the clock.
Or you can set the same value in the callback interval as in setTime and re-initiate when calling.
All methods are described here: flipclockjs.com
flipclockjs.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question