Difference between revisions of "Template:XJTU-China/Header"

Line 98: Line 98:
 
       console.log('scoll to the top');
 
       console.log('scoll to the top');
 
     });
 
     });
   } else if ($(this).scrollTop() != 0 && $('header').data('expend') != 'false') {
+
   } else if ($(this).scrollTop() != 0) {
    $(function() {
+
    if ($('header').data('expend') != 'false') {
      $('.navbar-header').clearQueue().animate({top: '0'}, 400, 'linear');
+
      $(function() {
      $('.navbar').clearQueue().animate({opacity: '1'}, 400, 'linear');
+
        $('.navbar-header').clearQueue().animate({top: '0'}, 400, 'linear');
      $('#top-nav .nav-link').clearQueue().animate({lineHeight: '54px'}, 400, 'linear');
+
        $('.navbar').clearQueue().animate({opacity: '1'}, 400, 'linear');
      $('header').data('expend', 'false');
+
        $('#top-nav .nav-link').clearQueue().animate({lineHeight: '54px'}, 400, 'linear');
 +
        $('header').data('expend', 'false');
 
     });
 
     });
 +
    }
 
   }
 
   }
 
  });
 
  });

Revision as of 07:03, 14 October 2018