I’m trying to reproduce an effect i saw on this website :
Just after the section with this title :
Eco-friendly courier service, go green with us
There is 3 sections, and on the scroll, the image on the left stay fixed then fade to each other, while the text on the right continue to scroll normally
I’ve try with interactions but can’t succeed.
You can see on my shared link the sections without effects
Please help me find a way to create this interaction on webfow, or with custom javascript code if needed.
Hi @iDATUS
Thanks for the link
It misses the feature i’m in need the most:
the change between the images on the right.
This is what i’m struggling with…
ok bit confused here.
there is 2 columns
first has a picture and the second text.
the text scrolls and when another load of text appears the picture in column 1 changes.
is that the effect you are after?
Yes exact, with a fading effect.
I found a javascript library that seems really useful for that but quite complete, GSAP, i’m gonna jump into this for the moment.