I can’t for the life of me work out why when I click on the links that its associated with that the Page Load Animation doesn’t work as it should (not at all usually)!
From the home page - click RÉSUMÉ in the top right and the animation should start to take you to my CV page.
From the RÉSUMÉ page click home and the same animation should take you back to the home screen.
The Page Out transition works, but it’s when the new page is loading the animation doesn’t trigger.
if anyone can tell me what I’m missing I’d be so grateful!!!
Tried your suggestion and sadly that doesnt work neither.
When I create a random blank page, the animation works fine. For some reason it just doesnt work on my home page or my resume page… but all the settings and animation are exactly the same
But the NavBar layer is generating some code which gives it a grey background and idk where that code is coming from. If i hide the NavBar everything works as it should
The grey comes from the w-nav class. Which i assume is the default color, right now it is overwriting your transparent settings. Which again, is really odd.
You can just add a custom css in site settings for .navbar: transparent !important;
Other than that, I have found a more consistent approach. Wrap both your Top and Bottom Div in a Parent Div. Give that parent div the Fixed.
Both child can be Relative. The animation should be more consistent.
Give this Div Height: 100%; Width: 100%; Position: Fixed; Display: Flex; Flex-direction: Column
Change Top Div and Bottom div to have % instead of VH. and change their position to Relative instead of Fixed.
Create a new animation with % instead of VH. So Top div -100% and Bottom div 100%, make sure both has initial state of 0px. Set to affect All elements with class.