Template:Team:KIT-Kyoto/first
From 2014.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
$("#first").css({opacity:'0'}); | $("#first").css({opacity:'0'}); | ||
setTimeout(function(){ | setTimeout(function(){ | ||
- | $("#first_box_left").animate({ | + | $("#first_box_left").animate({left:-150+"50%"},400); |
- | $("#first_box_right").animate({ | + | $("#first_box_right").animate({right:-150+"50%"},400); |
- | $("#first_box_top").animate({top:" | + | $("#first_box_top").animate({top:-150+"50%"},400); |
- | $("#first_box_bottom").animate({bottom:" | + | $("#first_box_bottom").animate({bottom:-150+"50%"},400); |
},1000); | },1000); | ||
setTimeout(function(){ | setTimeout(function(){ |
Revision as of 06:09, 25 September 2014