Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tgxhx/swiper
https://github.com/tgxhx/swiper
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tgxhx/swiper
- Owner: tgxhx
- Created: 2017-06-25T15:14:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T10:02:02.000Z (over 7 years ago)
- Last Synced: 2024-11-07T08:34:57.572Z (2 months ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# javascript swiper
> 预览地址:http://tgxhx.github.io/swiper/
### html结构
```html
```### 使用方式
```js
var wrap = new Swiper('container') //传入id
wrap.swiper({
auto: true, //是否自动播放
speed: 300, //切换速度
delay: 3000 //自动播放切换间隔
})
```