CountUp.js Jquery version 

CountUp.js is a dependency-free, lightweight JavaScript "class" that can be used to quickly create animations that display numerical data in a more interesting way.

This is the jQuery version made by pantrif.

Download on Github

Current stars:

0

Params:

Options:

Methods:

var options = {
  useEasing : true,
  useGrouping : true,
  separator : ',',
  decimal : '.'
}
var demo = new CountUp("myTargetElement", 24.02, 94.62, 0, 2, options);
var countUp = $(".countup").CountUp( 10, 162, 0, 1.5,{useEasing:true,separator:""}); demo.start();