Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/1j01/fliptimer

⏱ A countdown timer with a fun flipping animation ⏳
https://github.com/1j01/fliptimer

alarm animation animations countdown countdown-timer minimal minimalist time timer web-app web-application

Last synced: 9 days ago
JSON representation

⏱ A countdown timer with a fun flipping animation ⏳

Awesome Lists containing this project

README

        

# [fliptimer](https://1j01.github.io/fliptimer/)
A simple countdown timer.
Just enter an amount of time and press Enter.

It uses a natural time time display with a nice dynamic flipping animation.

I'd almost make the flippers into a library, but there's a slight bug.
It becomes very visible when disabling the animations
and especially when slowing down the interval at which the display is updated
because it only happens exactly when a change occurs and not the update after.
The bug can be "fixed" by disabling `display: table-cell;` in [main.css](main.css),
but this is used to vertically center the display.