jquery-swipe-corners
v0.1.2
Published
Allow to implement 6 diferent non jQuery native supported swipe events (up, down, topLeft, topRight, bottomLeft, bottomRight)
Downloads
2
Maintainers
Readme
jquery-swipe-corners-plugin
Allow to implement 6 diferent non jQuery native supported swipe events (up, down, topLeft, topRight, bottomLeft, bottomRight)
Install
Direct
- Download
- Refer in HTML
<script type="text/javascript" src="Path/To/File/swipe-corners.js"></script>
Browserify
- Install:
npm install --save jquery-swipe-corners
- Module:
require('jquery-swipe-corners')
Events
- up
- down
- topLeft
- topRight
- bottomLeft
- bottomRight
There is a big TODO list, but in resume
- Write a better documentation (Readme)
- Include a minified version