fullpage.js小技巧
Posted 没事看看电影
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fullpage.js小技巧相关的知识,希望对你有一定的参考价值。
创造一个自适应的section:
在 section 类旁边加上类 fp-auto-height 例如:<div class="section fp-auto-height">Auto height</div>
不返回第一页(第一页只出现一次):
利用回调函数: onLeave (index
, nextIndex
, direction
)监听 nextIndex , 当是第一页时 return false;
把它当监听鼠标滚轮事件:slide通过 鼠标滚轮 滑动,不翻页。
以上是关于fullpage.js小技巧的主要内容,如果未能解决你的问题,请参考以下文章