Parallax effect ? anybody did it ? How can we do it with WeWeb?

Hi all, I have been trying to build a parallax effect in WeWeb, but I can’t seem to figure out how it would be done, has anybody done it before ? if so can you please share how ?

1 Like

up !

Hi, I’m new here. thanks for your post!

-Based on my experience, you can create a parallax effect in WeWeb in a few ways:
-Custom CSS using background-attachment: fixed for a simple scroll effect.
-Lottie animations if you want more control and smoother visuals.
0Custom Code block with a JS library like Rellax.js for multi-layer parallax.

For a quick solution, the CSS method is usually the easiest I think.

Best!