jQuery Incremental Number Examples


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>

Example:

If the number is more big, you can especificate the start number like this:

<span class="incrementalNumber" big-number="19800" data-value="20000"></span>

Example:

You can add text to the end with the parameter set-text

<span class="incrementalNumber" set-text="%" data-value="100"></span>

Example:

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>

Example:

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!