fullPage JS Plugin

 

https://alvarotrigo.com/fullPage/ko/

 

fullPage scroll snapping. Create full screen pages fast and simple

Mouse wheel snap to sections. Fast and simple to use.

alvarotrigo.com

 

fullPage.JS

지정한 높이 기준으로 화면 이동 시 한번에 한 영역만큼 이동하는 플러그인입니다.

 

CDN url

https://cdnjs.com/libraries/fullPage.js

 

fullPage.js - Libraries - cdnjs - The #1 free and open source CDN built to make life easier for developers

Create beautiful fullscreen snap scrolling websites - Simple. Fast. Reliable. Content delivery at its finest. cdnjs is a free and open-source CDN service trusted by over 11% of all websites, powered by Cloudflare. We make it faster and easier to load libra

cdnjs.com

 

HTML 준비

<div id="wrap">
        <div class="section">1</div>
        <div class="section">2</div>
        <div class="section">3</div>
        <div class="section">4</div>
</div>

 

JS준비

var my = new fullpage('#wrap')

 

  Comments,     Trackbacks