Help with nice scrolling effect

does anyone know of other fullscreen scroller effects like this one https://www.dotdotdot.me/

and how they are done / tutorials? in particular how the background changes so cleanly on scroll (fullpage effect)

am quite new to this, so any tips appreciated :slight_smile:

thanks -

and this effect too http://whyinteractive.com/showreel/

That would be a scroller function that they are using.


window.addEventListener('scroll', scroller, false);

I just get a “loading…” text on the screen, with nothing else seeming to occur.