Question:
I’ve set up a website to animate the header to be smaller when you scroll down from the top of the page and return to its full size when you scroll back to the top (using timeline() stuff). The full height of the original header has no ability to click through to buttons, links, or drop-downs on the page even though the strips within the header have been moved around & are no longer in the way. What can I do to remove this dead zone and allow stuff to be clicked on when the header contents are out of the way like this?
Product:
Wix Editor
What are you trying to achieve:
Remove the dead zone
What have you already tried:
Made all parts opaque to verify that none remained in the way. Tried animating the position of the header itself to start above the page to move it out of the way. Tried animating the scale of the header itself to reduce its size. I have seen no changes to anything in either case.
Additional information:
Some of the strips used to have show() & hide() used on them in the code, but I found that combining these with the animation system caused these pieces to glitch into the wrong state when users scrolled up & down rapidly enough to trigger the functions quickly, so these parts are instead animated to and from a y value of -500 which has removed this glitch… but I’ve tried returning it to show() & hide() and that didn’t seem to effect it at all, so I’m not certain this matters.