-
Good Evening Flip Clock Support,
I am trying to implement your plugin into an HTML page I am working on and I am noticing that it is not responsive. I am currently using Twitter Bootstrap assets in my…
-
How would you make the basic counter example to count in increments different than 1?
-
I've downloaded the last version of FlipClock, uploaded it to my server and just opened base example (without any changes in code). So after the countdown started I've seen a flip from 11:21 to 00:10.…
-
When using FlipClock.js with Twitter Bootstrap, FlipClock does not respect BootStrap's .row, .span\* and .offset\* classes, which are the basis for the bootstrap grid and on-screen element positioning…
mpoli updated
10 years ago
-
The documentation states both ways to call FlipClock are equivalent.
`var clock = $('.your-clock').FlipClock({
// ... your options here
});
var clock = new FlipClock($('.your-clock'), {
// ... your…
-
I was looking to use FlipClock to provide a count-up timer. I would like to allow the end user the ability to reset the time. Unfortunately, when I call the `reset` method on my FlipClock object...it …
-
Hi,
I'm using flipclock as a simple counter (follow the exp @ http://flipclockjs.com/faces/counter - but instead of incrementing, I'm calling decrement on every second). When the clock value changes …
-
#### Hey, maintainer(s) of objectivehtml/FlipClock!
We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry.
We just fi…
-
I finally resolved the issue I had with FlipClock. Had not capitalized the 'S' in `autoStart`. Because the 'd' in `countdown` was little. Woe for the little 'd'.
I understand that this compound wor…
krry updated
10 years ago
-
When an instance of the flipclock is created, if you do:
```
setTime(0);
```
but then do:
```
getTime().time
```
1 is returned.