Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgxhx/swiper


https://github.com/tgxhx/swiper

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# javascript swiper

> 预览地址:http://tgxhx.github.io/swiper/

### html结构
```html



  • 1

  • 2

  • 3

  • 4

  • 5









<
>

```

### 使用方式
```js
var wrap = new Swiper('container') //传入id
wrap.swiper({
auto: true, //是否自动播放
speed: 300, //切换速度
delay: 3000 //自动播放切换间隔
})
```