fullpage.js的引入方法

一、先到官網上(https://github.com/alvarotrigo/fullPage.js)下載壓縮包html

 

二、引入文件git

三、佈局基本頁面結構github

 

 四、實現全屏滾動(JS代碼)佈局

<script>code

  $(function(){
    $('#fullpage').fullpage({
       navigation:'true'
      });
   });
</ script >
相關文章
相關標籤/搜索