🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Fast timer plugin for countdown and count forward. With this plugin you can easily put a timer on your site, it works both ways. You can use two version, one version is the version for modern browsers with the standards of the ES2017 and the version for old browsers with ES2015 standards. Using the config you can change the tags as letters and numbers, you can also change the text output next to the numbers.

Core Java Script

Documentation

TimezZ

npm version Codacy Badge

Star Watch

Docs | Licence

With this plugin you can easily include the timer on your site, his works both ways.

Quick start

Install with npm.

npm i timezz

or download and install with script.

<script src="timezz.min.js"></script>

or cdn

<!-- Latest --> <script src="https://cdn.jsdelivr.net/npm/timezz/dist/timezz.min.js"></script>  <!-- With version --> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/timezz.min.js"></script>

Initialization

new TimezZ('.j-timer');

Example Styling

.timer {   font-size: 70px; }  .timer span {   color: #555; }  .timer i {   color: #bbb;   font-size: 40px; }

Config and API you can find in our documentation.

© Valery Strelets


You May Also Like