Hello, I seem to be having trouble getting a vertical logo to hide and show correctly across my pages. Functionality seems to be working on the home page, but navigating to link #2 the vertical logo will show off-the-bat, instead of revealing at later point. I am assuming it has something to do with page offset, but not quite sure.
I’ve also got some weird link animation and current state behavior that isn’t quite working as well.
I believe the second page is too short, so the percentage set for the logo to fade in is considered way early in the page. For example, if the landing page is 2000px high and you set a 50% threshold for the logo to appear, it would do so at pixel 1000. However if page 2 is 400px high then it will trigger at pixel 200, which is already visible when you enter the page.
Add more content to page 2 and see if it fixes the issue.
I guess you could change the rule to another percentage, or add a class that sets the visibility of the logo to hidden in the pages that you know will be short.