Hi Matej, I just sent the email with all the creds. Thanks!
Hi @happytobereal,
after some testing, I was able to see the issue that you have in your case. I’ll open an internal report about it.
Thanks.
Matej
1 Like
Also getting this issue on a brand new site with a few very simple fadeindown animations on a hero above the fold. V 1.10.3
Using some of the css above to fix for now.
second this issue. have employed a workaround as per @itchycode
hoping this get resolved.
Just a warning. If you have a mandatory popup with animation, such as an age gate, then don’t use this suggested solution. The popup won’t be displayed, and the user can’t do anything if the body scroll is locked.
.bricks-is-frontend :not(.brx-animated)[data-interactions*="In"] {
opacity: 0;
}