-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
官方说明总结:
一. 引入文件
二. html结构: section active slide 参照demoPage.html
三. JS:
- 初始化代码
$(document).ready(function() {
$('#fullpage').fullpage();
});
- anchors定义主锚点。slide定义横向子锚点。
- 创建自定义大小的滚动页。fp-auto-height、fp-auto-height-responsive。 参照autoheight.html
- lazyLoading: true 支持懒加载。 data-src后跟资源地址
- auto play/pause: data-autoplay data-keepplaying
- extensions: https://github.com/alvarotrigo/fullPage.js#options
- methods: https://github.com/alvarotrigo/fullPage.js#methods
- callbacks: https://github.com/alvarotrigo/fullPage.js#callbacks
Metadata
Metadata
Assignees
Labels
No labels