-
I downloaded few mins ago from here and tried to run from my localhost - ( Internet is on So jQuery from google CDN could be loaded ), I tried the example files and none of the example starts ticking…
-
does not work android opera
-
I can replicate this on both your demo pages any my own page, When trying to inspect the elements inside flip clock my inspection window jumps to the top of its page every second or so.
-
Issue:
index.toLowerCase() within the localize method for the FlipClock.Factory class throws a JS error when attempting to create a new TwelveHourClock face instance.
Recreate:
var clock = $('.curren…
-
**What happened:** Passing `stop:function(){ … }` as the options object (instead of the actually appropriate `callbacks:{ stop:function(){ … } }` I managed to get a hard to track bug: Doing this, by …
-
I found the documentation frustrating. There were simple things not explained and I took me too long to get what I should be doing. I was suffering from a lack of sleep though, but still.
---
For ex…
-
It would be nice to have this repository available in bower. I tried adding it, but it's requesting a version.
It says "No versions available."
-
When I call
var now = clock.getTime() in my function my console (Chrome latest on Mac)
shows me this error message:
`Uncaught RangeError: Maximum call stack size exceeded`
and also I get this:
`Unc…
-
I'm trying to create a pomodoro 25 minute countdown timer and only 5 minutes in the Flipclock is behind by 40 seconds. Is there a way to have an accurate 25 minute countdown?
``` javascript
var cloc…
-
While initializing multiple default FlipClocks works just fine, there seems to be an issue with initializing multiple FlipClocks with the clockFace option set to TwentyFourHourClock. Untested on other…