I’ve done this many times in the past, it’s not a difficult action, but for some bizarre reason on the second click, the div element will NOT hide. So frustrating. Been at it for hours – any ideas?
Hi @AndyBr00k,
both animations are triggered by clicking on “team-member”,“team-member” will hide after first click and “bio-wrapper” will show up. The second click (“Hide” animation) won’t happen, since it is impossible to click the hidden element again.
You should try changing the animations and make it trigger by clicking the parent div “team-wrapper”, or just change the “Hide” animation to trigger when “bio-wrapper” is clicked.