How would I get this effect (the photos scrolling over each other and filling the screen) in Webflow?
I don’t know where to start so I haven’t started building it yet.
How would I get this effect (the photos scrolling over each other and filling the screen) in Webflow?
I don’t know where to start so I haven’t started building it yet.
It’s simple.
The main wrapper needs to be sticky.
The other divs that contain images should be in absolute with different z-indexes.
Like 1st div should be 0 or 1 z-index, the number increases gradually depending on the number.
Then in animation(page trigger) select while scrolling and then adjust the ratio with scale or other type of transform interactions.