jQuery number animation function
$(this).prop('Counter',0).animate({ Counter: $(this).text() }, { duration: 3000, easing: 'easeInOutQuart', step: function (now) { $(this).text(Math.ceil(now)); } });