Template:Team:KIT-Kyoto/hp
From 2014.igem.org
(Difference between revisions)
Line 55: | Line 55: | ||
} | } | ||
else { | else { | ||
- | $(".pic1 li:nth-child( | + | $(".pic1 li:nth-child(2)").animate({opacity:"1"},1200); |
} | } | ||
$(".pic1 li:first").remove(); | $(".pic1 li:first").remove(); | ||
Line 69: | Line 69: | ||
$(".pic2 li:gt(2)").css({opacity:"0"}); | $(".pic2 li:gt(2)").css({opacity:"0"}); | ||
}else { | }else { | ||
- | $(".pic2 li:gt( | + | $(".pic2 li:gt(1)").css({opacity:"0"}); |
} | } | ||
$(".pic2 li:first").animate({ | $(".pic2 li:first").animate({ |
Revision as of 18:59, 26 September 2014