Welcome to KIT-Kyoto Wiki Page!
This is our wiki page.
Line 179: | Line 179: | ||
</style> | </style> | ||
+ | <script type="text/javascript"> | ||
+ | $(function(){ | ||
+ | $("#close").removeClass('close'); | ||
+ | $("#SideMenu").css("left","-215px"); | ||
+ | $("#close").css('margin','0px 30px 0px 35px'); | ||
+ | $('#close a') | ||
+ | .click(function(){ | ||
+ | var closed = $("#close").hasClass("close"); | ||
+ | if(closed){ | ||
+ | $("#SideMenu").animate({left:'-215px'},500,'swing'); | ||
+ | $("#close").animate({left:'0px'},500,'swing').removeClass("close"); | ||
+ | $("#container").animate({margin:'0px 30px 0px 35px'},500,'swing'); | ||
+ | $(".toplogo,#nav5,.active,.submenu").animate({opacity:'0'},800,'swing'); | ||
+ | setTimeout(function(){ | ||
+ | $("#close a").css({'background-image':'url("https://static.igem.org/mediawiki/2014/d/d0/Kit_open.png")'}); | ||
+ | },500); | ||
+ | }else { | ||
+ | $("#SideMenu").animate({left:'0px'},500,'swing'); | ||
+ | $("#close").animate({left:'215px'},500,'swing').addClass("close"); | ||
+ | $("#container").animate({margin:'0px 0px 0px 250px'},500,'swing'); | ||
+ | $(".toplogo,#nav5,.active,.submenu").animate({opacity:'1'},800,'swing'); | ||
+ | setTimeout(function(){ | ||
+ | $("#close a") | ||
+ | .css({'background-image':'url("https://static.igem.org/mediawiki/2014/6/6d/Kit_close.png")'}); | ||
+ | },500); | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
</html> | </html> | ||
{{Team:KIT-Kyoto/first}} | {{Team:KIT-Kyoto/first}} | ||
{{Team:KIT-Kyoto/footer}} | {{Team:KIT-Kyoto/footer}} | ||
{{Team:KIT-Kyoto/mobile}} | {{Team:KIT-Kyoto/mobile}} |
KIT-Kyoto
This is our wiki page.
About our team members,our university,and so on...
You want to know our project details, click here.
Modeling