自己动手写fullPage插件

Posted 桃之夭夭丶

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自己动手写fullPage插件相关的知识,希望对你有一定的参考价值。

仿造fullPage.js https://alvarotrigo.com/fullPage/#firstPage

自己参照网上教程写了一个,加了注释。主要是练习造轮子的能力,需求是不断变化的只拿来用的话谁都会,只有掌握了核心的技术,遇到复杂的需求才不会犯难。以后会按照官网逐渐完善其他功能。欢迎star。

demo:https://hwlv.github.io/myplugin/fullpage/index.html

github:https://github.com/hwlv/myplugin/tree/master/fullpage

使用方法

<script src="js/fullpage.js"></script>
<div id="container" data-PageSwitch="">
    <div class="sections">
        <div class="section" id="section0">page321</div>
        <div class="section" id="section1"></div>
        <div class="section" id="section2"></div>
        <div class="section" id="section3"></div>
    </div>
</div>
   $(\'#container\').PageSwitch({
        direction:\'vertical\',//horizontal,vertical
        loop:true,
        easing:\'ease-in-out\',
        duration:\'700\'
    });

 

以上是关于自己动手写fullPage插件的主要内容,如果未能解决你的问题,请参考以下文章

自己动手写js分享插件 [支持https] (可以分享QQ空间,微信,新浪微博。。。)

自己动手写js分享插件(QQ空间,微信,新浪微博。。。)

移动端滚屏插件

自己动手编写vue之旅

自己动手写Android插件化框架,让老板对你刮目相看

制作手机相册 全屏滚动插件fullpage.js