Jquery Plugin
Countdown
Create Simple JQuery Flip Countdown Timer - Flipclockjs
If you are running any deals or auction sites then displaying countdown timer with running deals is great idean that’s why In this post I am going to share a jQuery plugin to create fast countdown timer for your deals/auction/coming soon page.
- 4.5/5.0
- Last updated 09 September, 2022
- By Admin
FlipClock is a jQuery plugin for creating a clock/timer/countdown that displays information in a digital format on a split flap display.
Creating Countdown Timer
In below example I am going to create a simple new year coutdown timer with the help of flipclockjs plugin.
Libraries
Include flipclock.css CSS and flipclock.min.js JS library just after latest jQuery Library
HTML
Create your countdown clock.
JS
For creating new year countdown get the current date and Set some date in the future. In this case, it’s always Jan 1 and Calculate the difference in seconds between the future and current date and pass diff in FlipClock countdown..
I hope it can help you. Download source code here.