Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
Line 28: Line 28:
     if( $(".member-list ul li").slice(8,14).css("top")=="200px") {
     if( $(".member-list ul li").slice(8,14).css("top")=="200px") {
     $("#shehata").stop(true,true).animate({"top": "400px"}, 500);
     $("#shehata").stop(true,true).animate({"top": "400px"}, 500);
-
     } else {$("#shehata").animate({"top": "200px"}, 500);
+
     } else {$("#shehata").stop(true,true).animate({"top": "200px"}, 500);
};
};
     $("#special-thanks,#itoh,#kawahata").stop(true,true).animate({"top":"200px"},500);
     $("#special-thanks,#itoh,#kawahata").stop(true,true).animate({"top":"200px"},500);
Line 36: Line 36:
         $("#shehata").stop(true,true).animate({"top":"0px"},500);
         $("#shehata").stop(true,true).animate({"top":"0px"},500);
         };
         };
-
     $("#special-thanks,#itoh,#kawahata").stop(truƒe,true).animate({"top":"-=200px"},500);
+
     $("#special-thanks,#itoh,#kawahata").stop(true,true).animate({"top":"-=200px"},500);
});
});
//二行目
//二行目
-
$(".show").slice(8, 14).hover(function(){
+
$(".show").slice(8, 14).stop(true,true).hover(function(){
     $("#shehata").stop(true,true).animate({"top": "200px"}, 500);
     $("#shehata").stop(true,true).animate({"top": "200px"}, 500);
     if( $("#tori").css("top")=="200px") {
     if( $("#tori").css("top")=="200px") {

Revision as of 08:03, 3 October 2014