Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.11 KB

Take a look to the demostration. This countdown has an amazing animation.

This project is still at beta stage, and probably it will remain that way :(. Now you can download the PSD file (It's here)

Basic usage:

  $('#counter').countdown({startTime: "01:12:32:55"});

Complete usage:

  $('#counter').countdown({
    stepTime: 60,
    format: 'hh:mm:ss',
    startTime: "12:32:55",
    digitImages: 6,
    digitWidth: 53,
    digitHeight: 77,
    timerEnd: function() { alert('end!!'); },
    image: "digits.png"
  });

Added continuously countdown

  $('#counter').countdown({
    format: 'sss',
    startTime: "120",
    continuous: true,
    timerEnd: function() { alert('end!!'); },
    image: "digits.png"
  });

Did I mention that js code weighs just 1.7 KB?

Author

Martín Conte Mac Donell [email protected] - @Reflejo

Demo

See the demo !!.