ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 96: | Line 96: | ||
if ($(this).prev().css("display") == "none") { | if ($(this).prev().css("display") == "none") { | ||
$(this).prev().fadeIn(1000); | $(this).prev().fadeIn(1000); | ||
+ | $(this).css("opacity", "1"); | ||
} | } | ||
else { | else { | ||
$(this).prev().fadeOut(1000); | $(this).prev().fadeOut(1000); | ||
+ | $(this).css("opacity", ".4"); | ||
} | } | ||
}); | }); |
Revision as of 14:01, 4 September 2018