Template:Team:KIT-Kyoto/first
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<div class="clear"><hr /></div> | <div class="clear"><hr /></div> | ||
<div id="first"> | <div id="first"> | ||
- | <img src="https://static.igem.org/mediawiki/2014/7/7f/Kitlogo.png" width=" | + | <img src="https://static.igem.org/mediawiki/2014/7/7f/Kitlogo.png" width="200" height="200" alt="kit" style=""> |
</div> | </div> | ||
Line 8: | Line 8: | ||
$(function(){ | $(function(){ | ||
$("#container,#SideMenu").css({opacity:'0'}); | $("#container,#SideMenu").css({opacity:'0'}); | ||
- | + | setTTimeout(function(){ | |
- | + | $("#container,#SideMenu").stop().animate({opacity:'1'},3000); | |
$("#first").stop().animate({opacity:'0'},1000); | $("#first").stop().animate({opacity:'0'},1000); | ||
+ | },3000); | ||
}); | }); | ||
- | |||
</script> | </script> | ||
Revision as of 05:24, 25 September 2014