7 Star 8 Fork 0

hgj / chopslider

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

#chopslider #demo示例:

html:

<title>demo chopSlider3</title> <script src="js/modernizr-2.5.3.min.js"></script>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script src="js/chopslider.js"></script>
<script src="js/demo.js"></script>

css: html,body { background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 13px; margin: 0; padding: 0; position: relative; height: 100%; width: 100%; line-height: 1.4em; color: #444; } .cs3 { width: 600px; height: 300px; position: absolute; z-index: 10; margin: auto; right: 0; bottom: 0; left: 0; top: 0; } .cs3-slide-prev { background: url(skins/wood-nav.png) no-repeat left top; width: 20px; height: 33px; position: absolute; z-index: 11; left: 10px; top: 140px; } .cs3-slide-next { background: url(skins/wood-nav.png) no-repeat left bottom; width: 20px; height: 33px; position: absolute; z-index: 11; right: 10px; top: 140px; } .cs3-pagination { position: absolute; text-align: center; bottom: 20px; left: 50%; margin-left: -50px; background-color: rgba(255,255,255,0.4); } .cs3-pagination-switch { width: 10px; height: 10px; background: url(skins/whitepane-pag.png) no-repeat left top; display: inline-block; margin: 0 5px; } .cs3-active-switch { background: url(skins/whitepane-pag.png) no-repeat left bottom; }

js: $(function() { var g = $(".cs3").html(), e = { effects: "tiles3d", autoplay: { enabled: !0, delay: 2E3 }, navigation: { enabled: !0, next: ".cs3-slide-next", prev: ".cs3-slide-prev" }, pagination: { enabled: !0, container: ".cs3-pagination" } }; $(".cs3").cs3(e); });

空文件

简介

chopslider幻灯片插件,实现各种奇特炫酷效果的图片轮播。 展开 收起
JavaScript
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/www.hgj.com/chopslider.git
git@gitee.com:www.hgj.com/chopslider.git
www.hgj.com
chopslider
chopslider
master

搜索帮助