How to reveal on scroll down the page? See example URL

I’m wondering if webflow can do this without any HUGE custom code

Visual effect I want to mimic is the line art that unravels as the user scrolls down the page, my mcGyver hack would be to make sure all Div’s start with a full white background and then on entering the page, fade away to show the background img

But as you can imagine, I’m not a javascript Ninja, so you there in the all black outfit, can you share with me how you would make this happen? much thanks and happy holidays


Here is my public share link: LINK
(how to access public share link)

Apparently it’s a single “stroke” in SVG, and this SVG CSS property is updated using JavaScript custom code when page is scrolled:

style="stroke-dashoffset: 7116.34;"
1 Like