blob: 9af70ad4497d36aebe6530ac734b898d326986ce [file] [log] [blame]
$(function(){$(".stats-item-digit").each(function(){$(this).prop("Count",0).animate({Count:$(this).text()},{duration:1e3,step:function(number){$(this).text(Math.ceil(number))}})})});