Template:Team:KIT-Kyoto/first
From 2014.igem.org
(Difference between revisions)
Line 7: | Line 7: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function(){ | $(function(){ | ||
- | $("#container,#SideMenu,#igem").css({opacity:'0'}); | + | $("#container,#SideMenu,#igem,#page-top").css({opacity:'0'}); |
setTimeout(function(){ | setTimeout(function(){ | ||
- | $("#container,#SideMenu,#igem").stop().animate({opacity:'1'},3000); | + | $("#container,#SideMenu,#igem,#page-top").stop().animate({opacity:'1'},3000); |
$("#first").stop().animate({opacity:'0'},1000); | $("#first").stop().animate({opacity:'0'},1000); | ||
},3000); | },3000); |
Revision as of 05:29, 25 September 2014