标签:
创造一个自适应的section:
在 section 类旁边加上类 fp-auto-height 例如:<div class="section fp-auto-height">Auto height</div>
不返回第一页(第一页只出现一次):
利用回调函数: onLeave (index
, nextIndex
, direction
)监听 nextIndex , 当是第一页时 return false;
把它当监听鼠标滚轮事件:slide通过 鼠标滚轮 滑动,不翻页。
标签:
原文地址:http://www.cnblogs.com/hjsblogs/p/5276289.html