Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosylilly/sptouch

すまほでたっち
https://github.com/rosylilly/sptouch

Last synced: 5 days ago
JSON representation

すまほでたっち

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`フォルダに。