Archived topic
Interesting scrolling feature: Is this within GPP's grasp?
3 replies · Started by NBC on December 30, 2018
If you press the space bar to scroll on this site, it's like you're on a one-page website. On my laptop, the background image fills the screen. I don't have another system to test on, but I'm wondering if the page code looks for the visitor's screen size and serves up the image/page content sized to fill it.
What's also really interesting (at least to me) is that the page content is like a continuous loop. Press the space bar enough times, and the page returns to what it displayed when it first loaded.
Is this one of those "looks simple but isn't" situations? I'm not qualified to answer that question.
Hi there,
not straight forward, it uses fullpage.js which can be acquired from here:
https://github.com/alvarotrigo/fullPage.js/
The documents explain how you can set up the HTML.
Thank you, David! I appreciate the pointer to the solution!
You're welcome. :)