mzx16822 hace 6 años
padre
commit
f4618a428b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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));