For our new agency website we wanna use some type of FullPage.js effect. The problem is that the old content should stay and the new content slides in from different sides…
Fullpage.js isnt what we want… i thought Sticky elements would work but then i need some Snappy Scrolling Effect… i mean no problem with Costum Code but maybe somebody already did this or has a better idea…
Are you sure? Because if you scroll further down than i think fullpage.js even with the extension want be enough… Because the old content stays in place and some more little details…
I think so, because it actually slides the full page with the minimum scrolling. I think you can do what you want with position sticky though, but not with full page effect though. Good luck.
You probably achieve that by using fullPage.js together with the Parallax extension as long as you use a parallax offset value of 100%.
You can see an example emulating Tumblr website here:
And you’ll find a tutorial on how to do it here:
If for any reason you have issues using it, you can perhaps try using my other library, pagePiling.js which does exactly what you want, but bear in mind I do not maintain it as much as I do fullPage.js and that it won’t have as many options either.
So I would really encourage you to try using fullPage.js first and see if that works out for you.
Yeah i will use fullpage.js but in a different way… I will create a fake fullpage div which then gets scrolled and with scroll-triggerd animations i will fade in and out my sites from every direction i need… So there will be 2 layers
Wrapper for the real content of the page
Wrapper for the fullpage.js script to work properly (with z-index to -9999)
@Matzinger looking great!
Just bear in mind you are not using the right CSS file. You are using the CSS for fullPage.js 2.9.7 but then using fullPage.js 3.0.7.