flipdown icon indicating copy to clipboard operation
flipdown copied to clipboard

⏰ A lightweight and performant flip styled countdown clock

Results 32 flipdown issues
Sort by recently updated
recently updated
newest added

Browser implementations of `line-height` vary subtly. For example, the current values render fine in Chrome, but in Firefox, values are shifted upwards slightly.

bug

Give the option to use Sass instead while keeping a vanilla CSS option.

enhancement

I would need a counter which counts since when I'm sober so that it counts from a certain date up and not down. Is that something what we could possible...

enhancement

if day change to 100, the count down show not correct values var twoDaysFromNow = (new Date().getTime() / 1000) + (86400 * 100) + 1

I needed a functionality to add extended time in my app therefore I added this functionality. Explanation I needed to show 24 hours countdown as a bonus time when the...

https://github.com/PButcher/flipdown/blob/2c4b2e928fc8098e2d195023ab4d17478d2e20cd/src/flipdown.js#L28 To ```js this.element = document.getElementById(el); this.initialised = this.element.hasChildNodes(); ```

enhancement

https://github.com/PButcher/flipdown/blob/2c4b2e928fc8098e2d195023ab4d17478d2e20cd/dist/flipdown.js#L49

if this doesn't exist ``` ``` there's an error ``` Uncaught (in promise) TypeError: Cannot read properties of null (reading 'classList') at FlipDown._setOptions ``` Please do a check and return...

Also added media query so the flipdown doesn't break line but instead is simply hidden when it becomes too small.