0.1.2 • Published 7 years ago

jquery-swipe-corners v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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