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

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!