I’ve built a full page menu for my site, and set up interactions. In the interactions panel, everything runs fine but in preview and the staging site, the content of the menu isn’t appearing.
There’s also a fun flicker which I’d love to know how to get rid of since everything is set to hide and opacity 0 in initial state
I took a look at your issue and when I inspect your website in the preview mode I noticed that the container with the classname: “fullscreen-collumn-wrapper” has the CSS properties display: none; and opacity:0; this is causing that the underlying elements won’t appear. Some goes for the closing icon.
The underlying elements have their correct animation set to it.