Template:Team:KIT-Kyoto/hp
From 2014.igem.org
(Difference between revisions)
Line 15: | Line 15: | ||
clone.css({"opacity":"0"}); | clone.css({"opacity":"0"}); | ||
$(".pic1 li:gt(3)").css({"opacity":"0"}); | $(".pic1 li:gt(3)").css({"opacity":"0"}); | ||
- | if($(".pic1 li:nth-child(2)").is(':visible') && $(".pic1 li:nth-child(3).is(':visible'){ | + | if($(".pic1 li:nth-child(2)").is(':visible') && $(".pic1 li:nth-child(3).is(':visible')){ |
$(".pic1 li:nth-child(4)").animate({opacity:"1"},800); | $(".pic1 li:nth-child(4)").animate({opacity:"1"},800); | ||
}else { | }else { |
Revision as of 16:25, 26 September 2014