fullPage 全屏滚动网站

最后更新于:2022-04-02 03:13:29

[TOC] > [github](https://github.com/alvarotrigo/fullPage.js) > [home 官方demo ](https://alvarotrigo.com/fullPage/zh/) ## 简单demo ```
Some section
Some section
Some section
Some section2222222222123132
Slide 1
Slide 2
Slide 3
Slide 4
``` ## 配置说明 ``` new fullpage('#fullpage', { sectionsColor: ['#4A6FB1'], 设置 sections 颜色 autoScrolling: true, //自动滚动 scrollHorizontally: true, scrollOverflow:true, //内容大于高度时,可在 此section 中滚动 scrollingSpeed: 1700, 滚动速度 }); fullpage_api.setAllowScrolling(true); //允许鼠标滚动 ``` ## 官方优秀实例 ### 背景图 > [demo](https://alvarotrigo.com/fullPage/examples/backgrounds.html) ### 固定背景图 > [demo](https://alvarotrigo.com/fullPage/examples/fixedBackgrounds.html) ### 全屏视频 > [demo](https://alvarotrigo.com/fullPage/examples/videoBackground.html)
';