Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ⏳
- Host: GitHub
- URL: https://github.com/1j01/fliptimer
- Owner: 1j01
- Created: 2015-03-08T04:18:24.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-09-06T23:00:28.000Z (about 5 years ago)
- Last Synced: 2024-05-20T21:44:39.388Z (6 months ago)
- Topics: alarm, animation, animations, countdown, countdown-timer, minimal, minimalist, time, timer, web-app, web-application
- Language: CoffeeScript
- Homepage: https://1j01.github.io/fliptimer/
- Size: 1.71 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.