FlipTimer
JavaScript – FlipTimer | CodeCanyon
FlipTimer his title this type of JavaScript/Countdowns This time I will review,made by Eightyclouds, JavaScript/Countdowns is sold at a price of $4 in themeforest.
countdown // counter // flip // fliptimer // html // jquery // js // timer //
Created | 5 October 13 |
Last Update | 5 October 13 |
Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
Software Version | jQuery |
High Resolution | No |
Files Included | JavaScript JS, HTML, CSS, Layered PSD |
FlipTimer is a plugin counting the time left to the opening of your under construction website.
Comes with 4 ready to use pages and PSD file
Usage
Four ready to use versions are available in the package. Simply pick one, open its index.html and set an enddate (the place is commented! See the example below for date format.) and it will start counting for you. Optionally you can add callback function to run once the countdown is complete.
Examples
<script type="text/javascript"> $(".my-counter-place").EightycloudsFliptimer({ enddate : "24 December 2013 12:00:00 GMT", // SET AN END DATE callback : function(){ alert("Countdown is Complete!"); // CALLBACK FUNCTION IS OPTIONAL! } }); </script>
<script type="text/javascript"> $(".my-counter-place").EightycloudsFliptimer({ enddate : "24 December 2013" } }); </script>
0 comments:
Post a Comment