xzw vor 3 Jahren
Ursprung
Commit
fbe8dc37e8

BIN
public/static/images/ani/1.png


BIN
public/static/images/ani/2.png


+ 11 - 5
public/static/js/main_2020_show.js

@@ -1,7 +1,9 @@
 /* 许钟文修改的  标记 xzw    
 另外 	所有"matter"字样已被我删除				原因:删除matterport信息
   */
-  
+ 
+
+ 
 window.common = null;  
 window.MathLight = null;
 window.math = null
@@ -298,17 +300,21 @@ var createGuideAni = function(){
     
     
     var animateInfo1 = {
-        cellXcount : 14,
-        cellYcount : 11,
+        /* cellXcount : 14,
+        cellYcount : 11, */
+        
+        cellXcount : 12,
+        cellYcount : 9,
+        
         loop : true,
         duration : 4000,
-        maxCount: 144
+        //maxCount: 144
     }
     var animateInfo2 = {
         cellXcount : 10,
         cellYcount : 7,
         loop : true,
-        duration : 1100,
+        duration : 1200,
         maxCount: 67
     }