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

A dead simple and ultralight jQuery counter plugin that animates numbers counting up or counting down, with custom speed, separator, and decimals.

countdown counter count-up

Documentation

Counter

Add counter to your site using this jQuery plugin.

Usage

jQuery(function($) {     $('.count').countTo({         from: 2.50,         to: 0.91,         speed: 700, 	decimals: 2, 	separator: ','     }); });

You May Also Like