jQuery.touchdragh
This makes elements draggable horizontally by touch.
Vertical version is here.
Usage
See demos.
Demos
- touchdragh: demo
- touchdragh with transition: demo
- touchdragh forever option: demo
- touchdraghfitty: demo
- touchdraghfitty with transition: demo
- touchdraghsteppy: demo
- touchdraghsteppy with transition: demo
- touchdraghsteppy refresh method: demo
- touchdraghsteppy forever option: demo
- touchdraghsteppy normalize_height option: demo
- touchdraghsteppy unsteppify: demo
- touchdraghsteppy unsteppify manually slide: demo
- dragger option: demo
$.ViewportWatcher
with Media Queries usingBrowsers
- IE6+
- iOS Safari
- Android 4
Required
- EveEve
- jQuery 1.9.1 (>= 1.5.1)
- jquery.transit - if you want to use transition.
How to develop
git clone, then git submodule init
, git submodule update
.
Then, grunt
to build or grunt watch
to watch coffee file's change.
FAQ
Q: Does this library use transform, css transition and css animations?
A: If you loaded jquery.transit before this plugin, all animations will be done by transitions and transforms.
License
MIT
User at your own risk.