@@ -173,7 +173,7 @@ common={
obj.prop('Counter',text).animate({
Counter: num
},{
- duration: 3500,
+ duration: 1500,
easing: 'swing',
step: function (now){
$(this).text(Math.ceil(now));