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({"left": | + | $("#first_box_left").animate({"left":"0"},400); |
- | $("#first_box_right").animate({"right": | + | $("#first_box_right").animate({"right":"0"},400); |
- | $("#first_box_top").animate({top: | + | $("#first_box_top").animate({top:"0"},400); |
- | $("#first_box_bottom").animate({bottom: | + | $("#first_box_bottom").animate({bottom:"0"},400); |
},1000); | },1000); | ||
setTimeout(function(){ | setTimeout(function(){ |
Revision as of 06:05, 25 September 2014