Iv added a cloneable fullpage.js page with scroll interactions for whoever wants to clone and improve upon. (from Github fullpage.js)
I haven’t used the full initialization but it can be explored by other Webflow users and it would be awesome if people will add in their own cloneable versions.
Some of tricky parts that dont seem to work or work well are -
-
scrollBar: false,
- Which is needed to make Webflow’s scroll interactions work, but makes the scroll bar visible and users can control it which kinda ruins the whole fullpage effect. -
onLeave: function(index, nextIndex, direction){}, afterLoad: function(anchorLink, index){}, afterRender: function(){}, afterResize: function(){}, afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){}, onSlideLeave: function(anchorLink, index, slideIndex, direction, nextSlideIndex){}
Which are meant to solve the issue of using the interactions of parallax with fullpage.js -
normalScrollElements: '#element1, .element2',
- how to make sure they dont cause the pages to skip. -
Creating smaller or bigger sections with
fp-auto-height
option. -
How to slow down scrolling speed of mouse-wheel when scrolling over the
normalScrollElements