Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
Line 41: Line 41:
//二行目
//二行目
-
$(".show").slice(8, 14).stop(true,true).hover(function(){
+
$(".show").slice(8, 14).hover(function(){
-
     $("#shehata").stop(true,true).animate({"top": "200px"}, 500);
+
     $("#shehata").animate({"top": "200px"}, 500);
     if( $("#tori").css("top")=="200px") {
     if( $("#tori").css("top")=="200px") {
-
     $("#shehata").stop(true,true).animate({"top": "400px"}, 500);
+
     $("#shehata").animate({"top": "400px"}, 500);
};
};
     $(this).queue([]);
     $(this).queue([]);

Revision as of 08:05, 3 October 2014