Difference between revisions of "Team:ZJU-China"

Line 255: Line 255:
 
         clearInterval(timer);
 
         clearInterval(timer);
 
         timer= setInterval(function () {
 
         timer= setInterval(function () {
             if(x<50){
+
             if(x<55){
 
                 x = x+5;
 
                 x = x+5;
 
             }
 
             }
             if(x==50){
+
             if(x==55){
 
                 thead.style.zIndex = 2;
 
                 thead.style.zIndex = 2;
 
                 thead.style.position = 'relative';
 
                 thead.style.position = 'relative';

Revision as of 03:21, 25 October 2020

ZJU-China