add mobile gestures

This commit is contained in:
chencheng
2014-08-06 08:32:49 +08:00
parent bf996f7453
commit 52f8f927fd

View File

@@ -44,6 +44,8 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
* [Scroll](#scroll) * [Scroll](#scroll)
* [Menu](#menu) * [Menu](#menu)
* [Table/Grid](#tablegrid) * [Table/Grid](#tablegrid)
* Mobile
* [Gesture](#gesture)
* [Maps](#maps) * [Maps](#maps)
* [Animations](#animations) * [Animations](#animations)
* [Other Awesome Lists](#other-awesome-lists) * [Other Awesome Lists](#other-awesome-lists)
@@ -500,6 +502,11 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
* [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables. * [jTable](https://github.com/hikalkan/jtable) - A JQuery plugin to create AJAX based CRUD tables.
## Gesture
* [hammer.js](https://github.com/hammerjs/hammer.js) - A javascript library for multi-touch gestures.
* [touchemulator](https://github.com/hammerjs/touchemulator) - Emulate touch input on your desktop.
## Maps ## Maps
* [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps. * [Leaflet](https://github.com/Leaflet/Leaflet) - JavaScript library for mobile-friendly interactive maps.