Is this repeating background possible without custom code?

Hello everyone! Happy Friday.

I want to know if this hero section is possible to do without custom code? I had a look at the structure using inspector, but I’m not entirely sure what I am looking at since I am not versed in code. It seems to me it’s possible, but I don’t know how to duplicate this using the animation feature inside webflow. Can anyone help?

Yes that is a very cool but ultimately easy effect to achieve.

Create a hero div with a set height and overflow set to hidden.

Then create a div within your hero div that is going to CONTAIN a set of scrolling elements.

Within that div you just created, insert whatever it is you’d like to scroll through it, and animate them using interactions and set it to loop.

Take the div that is acting as the container for your animated elements, and tilt it using a transform.

Done and done!