jQuery滚动堆叠插件jquery.stacked-strips.js

所属分类:UI-滚动

 27093  328  查看评论 (3)
分享到微信朋友圈
X
jQuery滚动堆叠插件jquery.stacked-strips.js ie兼容10

使用方法

引以以下js

<script src="//code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="js/jquery.stacked-strips.js"></script>

为您的网页创建一组内容部分。请注意,堆叠的条插件需要多个内容部分才能工作。

<section>
    Content 1
</section>
<section>
    Content 2
</section>
<section>
    Content 3
</section>

将以下所示的所需CSS样式添加到您的网页。

.fixed {
    position:fixed;
    top:0;
    left:0;
    width:100%;
} 
.unfixed {
    position:relative;
    width:100%;
}

活动的堆叠滚动 ING影响使用默认选项。

$('section').stacked_strips({
    // start position in pixels.
    active_position: 50,
    // or a pixel value
    strip_size:'full',
    // add a class to the previous section
    after_class:false  
});
相关插件-滚动

自制高度可定制滚动条插件(原创)

自制原生JS高度可定制化的滚动条插件,高度自定义,轻量化,浏览器兼容良好
  滚动
 31501  423

jQuery瀑布流插件

jQuery瀑布流,结合animate.css、wow.js滚动展示效果,可扩展性强。
  滚动
 29285  313

常用的根据高度自动切换效果

常用的根据高度自动切换效果 简单 下载下来之后可以直接是用 兼容性好 不存在兼容问题
  滚动
 27473  344

jQuery仿京东楼层滑动侧边栏高亮(原创)

jQuery模仿京东侧边栏点击滑动到该楼层,同时侧边栏随着页面滚动对应导航高亮。
  滚动
 37862  408

讨论这个项目(3)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    超籽哥 0
    2017/2/11 14:12:40
    summ 0
    2017/2/9 15:05:54
    不错 、正好用的到
        超籽哥0
        2017/2/11 14:24:42

        很好

    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复