Hi everyone,
i find this site: https://kosloffarchitecture.com/
and i like very much the scroll effect and i want to reply it with webflow …
Is a scroll interaction that move the next image (left or right) and the div that contain the picture with no overlay??
i continue to try
if anyone can help me …
thx
folko
Here is my site Read-Only: LINK
(how to share your site Read-Only link)
Nice trick.
±
Big wrapper - with fixed position
+ top: 0; right: 0; bottom: 0; left: 0;
(so you get zero “right scroll bar” + also the footer is fixed.
On each scroll the “big wrapper” move to some point - transform: translate(0px, 88.5px);
(Like webflow move
).
I don’t think on webflow you have this trick (one scroll = one move) + “The main problem” - the calculation of the move depends on browser width (So i think you should use custom JS).