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

Incremental Number is a very small jQuery counter plugin which allows counting up to a specified number in an animated way.

counter count-up

Documentation

Documentation

IncrementalNumber is a JQuery library for anyone who wants an Incremental animation of a number.
For examples view index.html

How to use

Download and add to your code Jquery.
Download and add to your code incrementalNumber.js
Run function incrementalNumber() when document ready.


Options
If the number is to big, you can add the parameter big-Number and de count start 10% less the total.
<span class="incrementalNumber" big-number data-value="2123"></span>



If the number is more big, you can especificate the start number like this:
<span class="incrementalNumber" big-number="19800" data-value="20000"></span>

You can add text to the end with the parameter set-text
<span class="incrementalNumber" set-text="%" data-value="100"></span>

The last option can set the total time of the "animate" with set-time in ms
<span class="incrementalNumber" set-time="3000" data-value="100"></span>

If the numer is to big, this may not work. You have to use big-number also to make it.
This is all. Hope you like it.


Barto!

You May Also Like