The 3D parallax effect seems simple enough but when you scroll it jumps to a new sections. Can this be done in Webflow? I would prefer not to use any onwheel or onScroll Javascript.
The only way to jump sections (without clicking an anchor link) while scrolling is to use javascript. @PixelGeek actually did a tutorial on FullScreen.js today.
Hello @matthewpmunger, thanks for the reply!
Actually JS is fine but the mouse triggers don’t work on all browsers, there’s always issues.
The problem with Fullpage.js is that it works for the whole page, whole sections and not individual DIVs.
The site example I showed works on most browsers and even Android and iOS. I figured out how they did it, now I just need to implement it in Webflow. They used Swiper JS (iDangero.us) and specifically I think the Mouse Control demo (swiper/270-mousewheel-control.html at master · nolimits4web/swiper · GitHub). I’m sharing the links for if anyone need it.