I have created a script to animate a number from zero to it\'s value.
jQuery
This worked for me
HTML CODE
841
jQuery Code
$('.number-count').each(function () { $(this).prop('Counter',0).animate({ Counter: $(this).text() }, { duration: 4000, easing: 'swing', step: function (now) { $(this).text(Math.ceil(now)); } });