Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tute/notamouse
JS library for capturing mobile gesture events. A fun and useful playground.
https://github.com/tute/notamouse
Last synced: 3 days ago
JSON representation
JS library for capturing mobile gesture events. A fun and useful playground.
- Host: GitHub
- URL: https://github.com/tute/notamouse
- Owner: tute
- Created: 2012-11-25T04:22:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T07:35:49.000Z (about 12 years ago)
- Last Synced: 2024-12-04T11:20:55.948Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# You Are Not a Mouse: Javascript library for mobile gestures
Just a fun and useful playground for now.
## Developing & Usage
See `index.html` for code examples.
Built with coffescript. To compile while you edit it, run:
coffee --watch --compile --bare *.coffee
You may then open `index.html` on a mobile browser to see/test your changes.
See http://tutecosta.com/notamouse from a mobile browser for a
demonstration. Swipe with one finger in four directions to move around
the red box.# Forget about LightBoxes and small arrows, slide photos as if you were a human.
### Resources
Used [jquery-touchwipe-iphone-ipad-library](http://www.netcu.de/jquery-touchwipe-iphone-ipad-library) as a starting point.
[iOS Safari events documentation](http://developer.apple.com/library/IOs/#documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html).