Archived topic
Fullscreen page switches - landing page
3 replies · Started by Matthias on January 28, 2020
Hi there,
is it possible to create a landing page with gp that is viewable in fullscreen sections?
Like this example here
But maybe also different transitions effects - like a jump. I also saw this controllable by mouse - where scolling did lead to going to the next fullscreen page - instead to scroll partly from one to the other. So you couldn't see both at once.
Hi there,
currently to do the full screen sections would require a plugin or some code.
The transition effects will either be code or plugin related too.
Do you have any plans on how you intend to build the site?
Not really - just some general "presentation" mode for products. But thats future talk - and the question is just about if it is even possible with gp.
Something like that: https://codepen.io/alvarotrigo/pen/NPojPX
GP doesn't interfere in any way with what you add to your content - so yep definitely doable.
It all comes down to how you will add the necessary HTML etc.
Personally i would look at fullpage.js:
https://github.com/alvarotrigo/fullpage.js
The code pen link shows how simple the markup is to reproduce that effect.