$w.onReady(function () { let scrollThreshold = 50; // number of pixels scrolled to trigger the event let scrollCount = 0; $w(window).scroll(function() { scrollCount = $w(window).scrollTop(); if (scrollCount >= scrollThreshold) { console.log("Visitor has scrolled down the page"); } }); });
top of page

         AM LIRON
UX UI DESIGNER

PINKI-SPACE.png

Currently a designer at SpaceIL

Anchor 1
bottom of page