SOLVED: CSS Gradient animated background fails frontend using 1.5.2

Bricks Version: 1.5.2
Browser: Chrome 90
OS:Windows
URL: Komplet Hjemmeside Løsning – Løsninger for Start-ups, Iværksættere og Mindre Erhverv

Using WPCodeBox to execute a background gradient animation. Which works in 1.5.1 and works backend of 1.5.2. But there is no animation frontend.

Hi Dan,
Thanks so much for your report!

There is a background-size: cover setting on your sections, which can’t be animated.
I’m not sure how/where you’ve added it, but this is causing the animation not to work.

Best regards,
timmse

Ok, hadnt seen that. But strangly it works on the main site with the same settings. I discovered that there was a background assigned.

There is a background-size of 600% 600% on the .css-selektor class, that can be animated and works on every page except the homepage, because the background-size: cover overrides the percentage values.