ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 115: | Line 115: | ||
$(this).prev().fadeIn(1000); | $(this).prev().fadeIn(1000); | ||
$(this).css("opacity", "1"); | $(this).css("opacity", "1"); | ||
− | $(this).next().fadeIn | + | $(this).next().fadeIn(1000); |
} | } | ||
else { | else { | ||
− | $(this).prev().fadeOut | + | $(this).prev().fadeOut(1000); |
$(this).css("opacity", ".4"); | $(this).css("opacity", ".4"); | ||
− | $(this).next().fadeOut(1000); | + | $(this).next().fadeOut(1000).delay(1000); |
} | } | ||
}); | }); |
Revision as of 15:05, 4 September 2018