Difference between revisions of "Team:NCKU Tainan/Software"

Line 214: Line 214:
 
           $(window).scroll(function() {
 
           $(window).scroll(function() {
 
             var scrollPercentage = (document.documentElement.scrollTop + document.body.scrollTop) / (document.documentElement.scrollHeight - document.documentElement.clientHeight);       
 
             var scrollPercentage = (document.documentElement.scrollTop + document.body.scrollTop) / (document.documentElement.scrollHeight - document.documentElement.clientHeight);       
             if(scrollPercentage >= 0.95) {
+
             if(scrollPercentage >= 0.97) {
 
               var position = $("#sidelist").position();
 
               var position = $("#sidelist").position();
 
                 if(position == undefined){}
 
                 if(position == undefined){}
Line 221: Line 221:
 
                 }
 
                 }
 
             } else {
 
             } else {
               if ($(this).scrollTop() >= 50) {
+
               if ($(this).scrollTop() >= 90) {
 
                 var position = $("#sidelist").position();
 
                 var position = $("#sidelist").position();
 
                 if(position == undefined){}
 
                 if(position == undefined){}

Revision as of 15:22, 12 September 2018

Software

Follow us

Contact us

igem.ncku.tainan@gmail.com
No.1, Daxue Rd., East Dist., Tainan City 701, Taiwan (R.O.C.)