🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Just another jquery one page scroll plugin which applies a fast, performant, mobile-friendly vertical scrolling effect to your long webpage.

One-Page-Scrolling

Documentation

fullpage.js

jQuery轻量级的fullpage插件 内置thrrote节流函数,性能更稳定

Demo

DEMO

Use

HTML:

<div id="fullpage"> 		<section>1</section> 		<section>2</section> 		<section>3</section> 		<section>4</section> 		<section>5</section> 		<section>6</section> 	</div> 

CSS:

#fullpage{   overflow:hidden; } 

JS:

$(function(){   $('#fullpage').fullpage(); } 

You May Also Like