Template:Team:HokkaidoU Japan/About Us/JS
From 2014.igem.org
(Difference between revisions)
Line 41: | Line 41: | ||
//二行目 | //二行目 | ||
- | $(".show").slice(8, 14 | + | $(".show").slice(8, 14).hover(function(){ |
- | $("#shehata" | + | $("#shehata").animate({"top": "200px"}, 500); |
if( $("#tori").css("top")=="200px") { | if( $("#tori").css("top")=="200px") { | ||
- | $("#shehata" | + | $("#shehata").animate({"top": "400px"}, 500); |
}; | }; | ||
$(this).queue([]); | $(this).queue([]); |
Revision as of 08:05, 3 October 2014