https://github.com/blazeisclone/js-flip-countdown
Javascript Flip Countdown Timer.
https://github.com/blazeisclone/js-flip-countdown
Last synced: 3 months ago
JSON representation
Javascript Flip Countdown Timer.
- Host: GitHub
- URL: https://github.com/blazeisclone/js-flip-countdown
- Owner: BlazeIsClone
- Created: 2023-02-07T16:06:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T19:19:54.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:16:21.015Z (5 months ago)
- Language: JavaScript
- Homepage: https://blazeisclone.github.io/js-flip-countdown
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Flip Countdown Timer
Simple Javascript countdown flip timer.
### Initialize flip counter:
```javascript
const date = new Date('Tue Feb 09 2023 22:30:10 GMT+0530 (India Standard Time)');new FlipCounter(date, '#bannerCounter');
```