Template:Team:HokkaidoU Japan/About Us/JS

From 2014.igem.org

(Difference between revisions)
Line 51: Line 51:
$(".overlay").slice(2,8).click(function(){
$(".overlay").slice(2,8).click(function(){
-
        if( $("#tori").css("top")=="200px"){
 
         $("#shehata").animate({"top":"200px"},500);
         $("#shehata").animate({"top":"200px"},500);
-
        } else {
 
-
        $("#shehata").animate({"top":"0px"},500);
 
-
        };
 
         $(".overlay").queue([]);
         $(".overlay").queue([]);
});
});

Revision as of 13:18, 30 September 2014