Jin Honglei (Talk | contribs) |
Jin Honglei (Talk | contribs) |
||
Line 142: | Line 142: | ||
</div> | </div> | ||
</body> | </body> | ||
+ | <div id="to_top"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/9/97/T--GZHS-United--toTop_buttom.png" onClick="toTop()"/> | ||
+ | </div> | ||
+ | <div id="last_page"> | ||
+ | <a href="https://2017.igem.org/Team:GZHS-United/Collaborations"><img src="https://static.igem.org/mediawiki/2017/8/8d/T--GZHS-United--left_buttom.png | ||
+ | "/></a> | ||
+ | </div> | ||
<script> | <script> | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
Line 154: | Line 161: | ||
} | } | ||
}); | }); | ||
+ | |||
+ | var timer = null; | ||
+ | function toTop(){ | ||
+ | cancelAnimationFrame(timer); | ||
+ | timer = requestAnimationFrame(function fn(){ | ||
+ | var oTop = document.body.scrollTop || document.documentElement.scrollTop; | ||
+ | if(oTop > 0){ | ||
+ | document.body.scrollTop = document.documentElement.scrollTop = oTop - 50; | ||
+ | timer = requestAnimationFrame(fn); | ||
+ | }else{ | ||
+ | cancelAnimationFrame(timer); | ||
+ | } | ||
+ | }); | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 13:55, 24 October 2017
Cooperation
Lucky, we have found a reliable partner, team RDFZ-CHINA. When we met some problems when processing our project, we received essential assistance from them. In return, we helped them to make a significant model. Furthermore, we attained the meet-up organized by SIAT-SCIE and had a great time together ; )