-
subj
-
Hello, this is a fantastic library, but I am having trouble changing the clockface to 'MinuteCounter' using the setOption command.
My relevant code:
$(document).ready(function() {
clock = $(…
-
The timer clears top sentences and adds to the story every two minutes. It also sends the remaining time to the client for display in the html timer div. This is bad because it requires the server t…
-
Is there a way to set the time when using a face such as the TwelveHourClock?
-
var clock;
clock = $('.clock').FlipClock(10, {
clockFace: 'Counter',
countdown: true,
autoStart: false,
callbacks: {
start: function() {
$('.message').html…
-
If I have a counter running from 10 to 0 with the following code:
$("#flipClock").FlipClock(10, {
clockFace: 'Counter',
countdown: true
});
and then do the countdown using the decrement()-…
-
Hi,
Just found this out and glad I tried. But I want to show total time and start count down upon a press of a button. I created a button and expected to start the timer when clicked - though it start…
gh4dp updated
10 years ago
-
I need help!. I've set the date that the clock counts to. When the date is expired, the clock shows wrong info http://cl.ly/image/292C1K073a0J How to stop or hide the clock when it gets to the set dat…
-
When calling .start() on a clock I get the error message: "Trying to start timer when countdown already at 0". o_O
My code is thus:
var clock = $('.updateclock').FlipClock(15,{
countdown:true,
autoS…
-
Hi there, the stop callback is not working for me, even the example included is not working.
clock = $('.clock').FlipClock(10, {
clockFace: 'MinuteCounter',
countdown:…