mzx16822 6 anos atrás
pai
commit
f4618a428b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      public/h5/datigame/js/common.js

+ 1 - 1
public/h5/datigame/js/common.js

@@ -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));