This makes elements draggable horizontally by touch.
Vertical version is here.
See 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
with Media Queries using $.ViewportWatcher
- IE6+
- iOS Safari
- Android 4
- EveEve
- jQuery 1.9.1 (>= 1.5.1)
- jquery.transit - if you want to use transition.
git clone, then git submodule init
, git submodule update
.
Then, grunt
to build or grunt watch
to watch coffee file's change.
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.
MIT
User at your own risk.