mzx16822 6 lat temu
rodzic
commit
f4618a428b
1 zmienionych plików z 1 dodań i 1 usunięć
  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));