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(2000); |
} | } | ||
else { | else { | ||
− | $(this).prev().fadeOut( | + | $(this).prev().fadeOut(2000); |
$(this).css("opacity", ".4"); | $(this).css("opacity", ".4"); | ||
$(this).next().fadeOut(1000); | $(this).next().fadeOut(1000); |
Revision as of 14:57, 4 September 2018