ThomasStarck (Talk | contribs) |
ThomasStarck (Talk | contribs) |
||
Line 113: | Line 113: | ||
$('.CirclePicto').on("click", function() { | $('.CirclePicto').on("click", function() { | ||
if ($(this).prev().css("display") == "none") { | if ($(this).prev().css("display") == "none") { | ||
− | $(this).prev().fadeIn( | + | $(this).prev().fadeIn(1000); |
$(this).css("opacity", "1"); | $(this).css("opacity", "1"); | ||
− | $(this).next().fadeIn( | + | $(this).next().fadeIn(4000); |
} | } | ||
else { | else { | ||
− | $(this).prev().fadeOut( | + | $(this).prev().fadeOut(4000); |
$(this).css("opacity", ".4"); | $(this).css("opacity", ".4"); | ||
$(this).next().fadeOut(1000); | $(this).next().fadeOut(1000); |
Revision as of 15:00, 4 September 2018