LIVE PREVIEWBUY FOR $6

WP version

Demo1
Description

It is a javascript primarily based software that makes use of the canvas object to animate SVG outlined drawings. The software makes use of a flip animation to show the remaining time to or the elapsed time from a goal date. The software detects change of width and peak of its container object and responds accordingly. Because it makes use of vector information to attract the digits and the panels of the countdown, there isn’t a change within the high quality of the displayed drawings when it will get resized. The software options round 30 choices to customise nevertheless it will also be utilized in a easy configuration.Devices
Basic Usage

1. So as to play, the software must execute on a div that’s comparatively or completely positioned, as a result of the software creates layers of canvas objects inside the div which are completely positioned. The div must have an id attribute as a way to be simply chosen. The div might have width outlined with % values. Each resize of browser will get detected by the software and it’ll redraw accordingly. The peak of the div just isn’t essential, as a result of the software will change it as a way to draw the countdown. There’s a parameter although that defines the utmost peak the software can have. Right here is an instance of a div object that can be utilized:

<div id="first_countdown" model="place: relative; width: 100%; peak: 50px;"></div>

2. After you’ve gotten created the div ingredient you will have to import some Javascript recordsdata. These are jQuery, and the countdown plugin. In my demos, I add these within the header of the doc.

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script sort="textual content/javascript" src="jquery.responsive_countdown.min.js"></script>

3. Lastly you must choose the div ingredient and run the countdown. It’s doable to not specify any choices and the default ones will probably be used.

<script>
 jQuery(doc).prepared(perform($){  
  $('#first_countdown').ResponsiveCountdown();
 });  
</script>


Features

  • Depend down / Depend up.
  • Responsive conduct. The software scales in keeping with accessible width.
  • Visible software that help you to create your distinctive countdown.
  • Infinite shade mixtures. Strong shade for the digits. Gradient shade for the panels.
  • Present disguise teams.
  • Two perspective modes.
  • Two units of digits. Three units of panels.
  • Setting of time zone.
  • Setting of label captions.
  • Setting of labels font and dimension.
  • Teams spacing. Teams divider – circles or squares.
  • Utilization of time settings coming from a server. Synchronization takes place solely in the course of the initialization of the software.
  • Customized mode, that permits setting of the digits by the utilization of a public methodology.


Reviews

foomonkey

Foremost purpose: Buyer Help

Further feedback from the customer: In case you are on the lookout for the most effective countdown, that is it! I examined 8 totally different variations of this, bought and personal library. This was tremendous easy to put in and really straightforward to model simply the best way I wanted it. To prime it off I actually wanted a slight variation within the quantity colours and the developer responded inside an hour and supplied the revised code. chrisdean is a improbable creator 5 STARS. Thanks!

kryten68

Foremost purpose: Design High quality

Further feedback from the customer: Very good!

chillgeeksdesign

Foremost purpose: Buyer Help

Further feedback from the customer: Superior documentation with instantaneous buyer assist. I’d advocate this to everybody. Have used it in a cellular app, works like a attraction !!

OneManOutfit

Foremost purpose: Buyer Help

Further feedback from the customer: The Greatest Countdown counter on the market Thanks a lot


Changelog

UPDATE [18 MAR 2015] New possibility added – f_weight. Concern repair in customized mode.

UPDATE [24 MAR 2014] Small problem eliminated regarding labels.

UPDATE [20 MAR 2014] Goal date reached occasion dealing with problem is eliminated.

UPDATE [11 MAR 2014] New characteristic added – utilization of server time setting.
New characteristic added – customized mode.
Higher dealing with of labels visualization.

UPDATE [13 FEB 2014] New characteristic added – teams spacing.
New characteristic added – teams divider (“none”, “squares”, “circles”).
Capacity to activate/off the glow impact behind labels.

UPDATE [10 FEB 2014] Minor bug mounted in index.html, regarding bgr_color.
A difficulty was mounted with full occasion dealing with.


Source