fullpage.js小技巧

mac2022-06-30  104

创造一个自适应的section:

      在 section 类旁边加上类 fp-auto-height 例如:<div class="section fp-auto-height">Auto height</div>

不返回第一页(第一页只出现一次):

    利用回调函数: onLeave (index, nextIndex, direction)监听 nextIndex , 当是第一页时 return false; 

    把它当监听鼠标滚轮事件:slide通过 鼠标滚轮 滑动,不翻页。

 

    

 

转载于:https://www.cnblogs.com/hjsblogs/p/5276289.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)