fullpage.js methods of introduction

1, first the official website (https://github.com/alvarotrigo/fullPage.js) download archive

 

2, import documents

3, the basic structure of the page layout

 

 4, full-screen scrolling (JS Code)

<script>

  $(function(){
    $('#fullpage').fullpage({
       navigation:'true'
      });
   });
</ script >

 

Guess you like

Origin www.cnblogs.com/zhahuhu/p/10972951.html