$(function(){$(".stats-item-digit").each(function(){$(this).prop("Count",0).animate({Count:$(this).text()},{duration:1e3,step:function(number){$(this).text(Math.ceil(number))}})})});