Hi! Does anyone know if it’s possible to only enable scrollify snap-scrolling on certain sections?
On my portfolio landing page, I have some decorative header elements that animate as the page is scrolled. So for the header section, I would want the user to control their own scrolling speed. I only want to snap-scroll the later sections that contain each project (“landing-proj-section”).
This is what i’m using in my ‘before body tag’:
< script>
$(function() {
.scrollify({
section : “.landing-proj-section”,
);
);
< /script>
The odd thing is that the scrollify isn’t even working as expected…It snaps to the 2nd and 3rd landing-proj-section, and bypasses the 1st altogether.
Any help would be appreciated!
Published link: