jQuery自动轮播旋转木马插件 您所在的位置:网站首页 html旋转木马 jQuery自动轮播旋转木马插件

jQuery自动轮播旋转木马插件

2024-06-29 23:15| 来源: 网络整理| 查看: 265

jquery.caroursel.js是一款非常实用的可自动轮播的jQuery旋转木马插件。该旋转木马将图片进行堆叠,轮流的将图片推送到最前面来展示,形成旋转木马的效果。

使用方法

该jQuery旋转木马插件需要引入jQuery,jquery.carousel.js文件。

HTML结构

该jQuery旋转木马插件使用一个来作为包裹元素,在它里面是一个无序列表,用于放置图片,以及两个作为前后导航按钮的元素。

图片的数量需要为奇数张,否则显示会有一些异常,这是该插件的一个小bug。

CSS样式

你需要为该旋转木马特效添加下面的一些必要的CSS样式。

.rotator-main { position: relative; width: 900px; height: 400px } .rotator-main a, .rotator-main img { display: block; } .rotator-main .rotator-list { width: 900px; height: 400px } .rotator-main .rotator-list .rotator-item { position: absolute; left: 0px; top: 0px } .rotator-main .rotator-btn { position: absolute; height: 100%; width: 100px; top: 0px; z-index: 10; opacity: 0; } .rotator-main .rotator-prev-btn { left: 0px; background: url("../image/btn_l.png") no-repeat center center; background-color: red } .rotator-main .rotator-next-btn { right: 0px; background: url("../image/btn_r.png") no-repeat center center; background-color: red } 初始化插件

在页面DOM元素加载完毕之后,可以通过下面的方法来初始化该旋转木马插件。

Caroursel.init($('.caroursel'))

如果你需要自定义一些参数,可以在顶层元素中设置data-setting属性。



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有