Possible to delay Cookie banner entrance animation

hey there! I’m implementing the Consentpro banner on a website, works well! The only thing is that i have some loading animations on each of my page, and it looks like the cookie banner is appearing directly on page load which creates an odd behavior.

Is their a simple way to make the banner appears only after a specified delay ( 3000ms for example or else)?

Would be awesome to have something like this directly into the webflow app!!

Let me know :slight_smile:

I had the same problem. I would also love a banner delay field in the app.

While waiting on that, I did a bit dirty work around. 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.

The hard part was to get rid of the Consent Pro animation. I ended up deleting the elements and installing them again.

1 Like

Hey @bessoneliot @Janne!

I’ve forwarded the suggestion to the team.

In the meantime, have you tried using the Consent API?

1 Like

Hey Luis, thanks for your answer!!
I‘ve looked the Consent API, but didn’t find anything related to the animations (i suck at code sorry haha!). What would be your insights on how to add a small delay before the popup shows on load of a page??