I have an preloader that transitions into the hero. I want to delay the cookie banner from displaying, is there a safe way to do this that wont impact the cookie blocking functions? as the script controls the display I’m not sure if using native webflow interactions will break anything.
I had the same problem. It would be nice to have a banner delay field in the app.
While waiting on that, I did a bit dirty work around that does not touch the display property. Firstly I took away the animation from the Consent Pro app and added a simple Webflow interaction on the banner element. I used the scroll into view trigger and simply put opacity 0 to the initial state and delayed the next step (opacity:100) for 5 seconds. So the banner is there, but it’s just invisible.
I haven’t tested this on a live site, but the staging seems to work fine.