Template:Team:KIT-Kyoto/hp
From 2014.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
duration : 800, | duration : 800, | ||
complete : function() { | complete : function() { | ||
- | if($(".pic1 li:nth-child( | + | if($(".pic1 li:nth-child(2)").is(':visible')){ |
- | if($(".pic1 li:nth-child( | + | if($(".pic1 li:nth-child(3)").is(':visible')){ |
- | $(".pic1 li:nth-child( | + | $(".pic1 li:nth-child(4)").animate({opacity:"1"},1200); |
} | } | ||
else { | else { | ||
- | $(".pic1 li:nth-child( | + | $(".pic1 li:nth-child(3)").animate({opacity:"1"},1200); |
}} | }} | ||
$(".pic1 li:first").remove(); | $(".pic1 li:first").remove(); |
Revision as of 16:45, 26 September 2014