Difference between revisions of "Template:BIT-China"

Line 341: Line 341:
 
     backTopFunc();
 
     backTopFunc();
  
     //导航栏抖动 —— 依赖于AnimateCSS
+
     /*导航栏抖动 —— 依赖于AnimateCSS
 
     $('.tabdown>a').on("mouseover",function () {
 
     $('.tabdown>a').on("mouseover",function () {
 
         $(this).addClass('animated swing').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () {
 
         $(this).addClass('animated swing').one('webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend', function () {
 
             $(this).removeClass("animated swing");
 
             $(this).removeClass("animated swing");
 
         });
 
         });
     });
+
     });*/
  
 
     //判断元素进入视口
 
     //判断元素进入视口

Revision as of 08:53, 7 November 2016

backtop