Template:Team:KIT-Kyoto/first

From 2014.igem.org

(Difference between revisions)
Line 8: Line 8:
$(function(){
$(function(){
$("#container,#SideMenu").css({opacity:'0'});
$("#container,#SideMenu").css({opacity:'0'});
-
setTTimeout(function(){
+
setTimeout(function(){
         $("#container,#SideMenu").stop().animate({opacity:'1'},3000);
         $("#container,#SideMenu").stop().animate({opacity:'1'},3000);
         $("#first").stop().animate({opacity:'0'},1000);
         $("#first").stop().animate({opacity:'0'},1000);

Revision as of 05:26, 25 September 2014


kit