https://github.com/helti/mcarousel
A simple slide plugin
https://github.com/helti/mcarousel
Last synced: 11 months ago
JSON representation
A simple slide plugin
- Host: GitHub
- URL: https://github.com/helti/mcarousel
- Owner: HelTi
- Created: 2016-10-22T06:21:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-14T01:40:00.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T17:05:07.793Z (about 1 year ago)
- Language: JavaScript
- Size: 240 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#一款简易的jquery幻灯片播放插件
##欢迎fork
###使用方法
$(ele).mCol({
elenext:'',
eleprev:'',
intervaltime:3000,
durationtime:500
})
//实例
$(".m-carousel").mCol({
elenext:'.btn-next',
eleprev:'.btn-prev',
intervaltime:1000,
durationtime:500
});