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

https://github.com/imcuttle/slideimages

slideImage for mobile
https://github.com/imcuttle/slideimages

Last synced: about 1 year ago
JSON representation

slideImage for mobile

Awesome Lists containing this project

README

          

# slideImages

slide and scale images on Mobile.
please clone, and open `demo.html`

## Have a Look

![](./gif.gif)

## Default Options

```js
var default_options = {
// el: '',
// images: [{ realUrl: '', thumbUrl: ''}]
currentIndex: 0,
onMoveStart: null,
onMoving: null,
onMoveWillEnd: null,
onMoveEnded: null
}
```