Difference between revisions of "Team:BIT-China/Attributions"

Line 292: Line 292:
  
 
     <script src="https://2018.igem.org/Template:BIT-China/js/jquery-min?action=raw&ctype=text/javascript"></script>
 
     <script src="https://2018.igem.org/Template:BIT-China/js/jquery-min?action=raw&ctype=text/javascript"></script>
    <!-- 导航栏 -->
 
 
     <script src="https://2018.igem.org/Template:BIT-China/js/copy-tendina?action=raw&ctype=text/javascript"></script>
 
     <script src="https://2018.igem.org/Template:BIT-China/js/copy-tendina?action=raw&ctype=text/javascript"></script>
 
     <script>
 
     <script>
 
         $('#left-nav').tendina({
 
         $('#left-nav').tendina({
 
             animate: true,
 
             animate: true,
             speed: 400, // 下拉时间
+
             speed: 400,
 
         })
 
         })
 
     </script>
 
     </script>
    <!-- fullPage -->
 
 
     <script src="https://2018.igem.org/Template:BIT-China/js/jquery-fullPage-min?action=raw&ctype=text/javascript"></script>
 
     <script src="https://2018.igem.org/Template:BIT-China/js/jquery-fullPage-min?action=raw&ctype=text/javascript"></script>
 
     <script>
 
     <script>
 
         var left_nav = document.getElementById('left-nav');
 
         var left_nav = document.getElementById('left-nav');
 
        // setInterval(function () {  // 控制slide部分的自动播放时间
 
        //    $.fn.fullpage.moveSlideRight();
 
        // }, 2000)
 
 
     </script>
 
     </script>
 
     <script>
 
     <script>
 
         $(document).ready(function () {
 
         $(document).ready(function () {
 
             $('#team-content').fullpage({
 
             $('#team-content').fullpage({
                 'navigation': true, // 显示滚动圆点
+
                 'navigation': true,
                 'anchors': [], // anchors参数防止在火狐浏览器中一次滚动到底部
+
                 'anchors': [],
                 'afterRender': function () {   // 页面初始化完成后的回调函数
+
                 'afterRender': function () {
 
                     left_nav.classList.add('nope');
 
                     left_nav.classList.add('nope');
 
                 },
 
                 },
                 'onLeave': function (index, nextIndex, direction) {   // 滚动前的回调函数
+
                 'onLeave': function (index, nextIndex, direction) {
 
                     if (nextIndex == 1) {
 
                     if (nextIndex == 1) {
 
                         left_nav.classList.add('nope');
 
                         left_nav.classList.add('nope');
 
 
                     }
 
                     }
 
 
                     if (index == 1) {
 
                     if (index == 1) {
 
                         left_nav.classList.remove('nope');
 
                         left_nav.classList.remove('nope');
 
 
                     }
 
                     }
 
 
 
                 },
 
                 },
                 'afterLoad': function (anchorLink, index) { // 滚动到某一屏时加载动画样式
+
                 'afterLoad': function (anchorLink, index) {
 
                 },
 
                 },
 
                 'slidesNavigation': true,
 
                 'slidesNavigation': true,
 
                 'controlArrows': false,
 
                 'controlArrows': false,
 
                 'scrollingSpeed': 700,
 
                 'scrollingSpeed': 700,
                 'onSlideLeave': function (anchorLink, index, slideIndex, direction, nextSlideIndex) { //  滚动前 slideIdex&nextSlideIndex从0开始
+
                 'onSlideLeave': function (anchorLink, index, slideIndex, direction, nextSlideIndex) {
 
                     if (index == 2 && nextSlideIndex == 1) {
 
                     if (index == 2 && nextSlideIndex == 1) {
  
 
                     }
 
                     }
 
                 },
 
                 },
                 'afterSlideLoad': function (anchorLink, index, slideAnchor, slideIndex) { // 滚动后 slideIndex从1开始
+
                 'afterSlideLoad': function (anchorLink, index, slideAnchor, slideIndex) {
                     if (index == 2) { // section 2 部分
+
                     if (index == 2) {
  
 
                     }
 
                     }
Line 348: Line 337:
 
         });
 
         });
 
     </script>
 
     </script>
 
+
    <script src='https://2018.igem.org/Template:BIT-China/js/three-min?action=raw&ctype=text/javascript'></script>
 +
    <script src="https://2018.igem.org/Template:BIT-China/js/index?action=raw&ctype=text/javascript"></script>
 
</body>
 
</body>
  
 
</html>
 
</html>

Revision as of 12:05, 14 October 2018