Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosylilly/sptouch
すまほでたっち
https://github.com/rosylilly/sptouch
Last synced: 5 days ago
JSON representation
すまほでたっち
- Host: GitHub
- URL: https://github.com/rosylilly/sptouch
- Owner: rosylilly
- Created: 2012-10-16T12:09:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-16T12:10:16.000Z (about 12 years ago)
- Last Synced: 2024-12-22T13:14:58.272Z (15 days ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# spTouch
スマートフォン向け拡張JS。prue JSなので、とくに何とも干渉しません。
## Quick Usage
spTouch('#id');
とすると、以降`#id`の要素に、以下のようなイベントが飛んでくるようになります。
- FlickEvent
- SwipeEvent
- TapEvent
- LongTapEvent各イベントの値はどっかで。
## Scroller
spTouch('#id').scroller();
とすることで、`#id`の要素の中身が指でスクロールできるようになります。それらしく、一番上までスクロールした時や一番下までスクロールしたときなどは、親にスクロールが透過されます。フリックでびゅんびゅん読むことも可能です。
## ご利用
$ git clone git://github.com/hebisan/spTouch.git spTouch
$ make allドキュメントらしいものは`doc`フォルダに。