https://github.com/imcuttle/slideimages
slideImage for mobile
https://github.com/imcuttle/slideimages
Last synced: about 1 year ago
JSON representation
slideImage for mobile
- Host: GitHub
- URL: https://github.com/imcuttle/slideimages
- Owner: imcuttle
- Created: 2016-09-23T18:13:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T14:24:48.000Z (over 9 years ago)
- Last Synced: 2025-03-23T02:34:05.608Z (about 1 year ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slideImages
slide and scale images on Mobile.
please clone, and open `demo.html`
## Have a Look

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