EstebanDLPT (Talk | contribs) |
EstebanDLPT (Talk | contribs) |
||
Line 47: | Line 47: | ||
(wrapperName).style.display="block"; | (wrapperName).style.display="block"; | ||
(backgroundName).style.display="block"; | (backgroundName).style.display="block"; | ||
− | (wrapperName).style. | + | (wrapperName).style.opacity="1"; |
− | (backgroundName).style. | + | (backgroundName).style.opacity="0.8"; |
$(".masthead").toggleClass("blurredBackground"); | $(".masthead").toggleClass("blurredBackground"); | ||
$("#teamMembers").toggleClass("blurredBackground"); | $("#teamMembers").toggleClass("blurredBackground"); | ||
Line 54: | Line 54: | ||
} | } | ||
function closePopup(wrapperName, backgroundName) { | function closePopup(wrapperName, backgroundName) { | ||
− | (wrapperName).style. | + | (wrapperName).style.opacity="0"; |
− | (backgroundName).style. | + | (backgroundName).style.opacity="0"; |
$(".masthead").toggleClass("blurredBackground"); | $(".masthead").toggleClass("blurredBackground"); | ||
$("#teamMembers").toggleClass("blurredBackground"); | $("#teamMembers").toggleClass("blurredBackground"); |
Revision as of 20:00, 19 July 2018