Hi!
In this page I have added some animation scroll effect Fade in up to the columns. This is working fine.
https://cresult.nl/royallightfestival/
In copy of this page with a fixed background added, the content with the scroll effect wound show up under the first loading.
https://cresult.nl/royallightfestival/home-4/
I have added the fixed background with this css:
body {
background-image: url(‘https://cresult.nl/royallightfestival/wp-content/uploads/2023/02/royallightgradient-landscape.jpg’);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
height: 100vh;
}
@media screen and (orientation: portrait) {
body {
background-image: url(‘https://cresult.nl/royallightfestival/wp-content/uploads/2023/02/royallightgradient-portrait.jpg’);
}
}
When I remove all the effects, like I did here:
https://cresult.nl/royallightfestival/home-3/
All content show up and the fixed backgrounds are fine.
So there is some problem with the animation scroll effect in combination with the fixed background.
I can’t find the problem, can you help me…?
Regards, Carel