https://github.com/343max/jquery.nestedtouch
iOS Drag single-touch Plugin for jQuery. Allows putting multiple nested objects into each other.
https://github.com/343max/jquery.nestedtouch
Last synced: 11 months ago
JSON representation
iOS Drag single-touch Plugin for jQuery. Allows putting multiple nested objects into each other.
- Host: GitHub
- URL: https://github.com/343max/jquery.nestedtouch
- Owner: 343max
- Created: 2010-09-08T18:29:29.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-19T20:02:02.000Z (about 15 years ago)
- Last Synced: 2025-04-23T17:14:04.127Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 547 KB
- Stars: 17
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
nestedTouch is another touch Plugin for jQuery that enables dragging objects on iOS devices (iPhone/iPad/iPod)
what can nestedTouch do for you?
- scroll indicators: these tiny little rounded boxes, which indicate your scroll position (vertical only for now)
- elastic dragging: move something over the edge and it will snap back
- kinetic dragging: give an object an push and it will move a little bit further
- scrolling: scroll an object with tailing & elastic borders (far away from being perfect)
- nested touchable objects: place an horizontal moveable object inside an vertical moveable object or vice versa.
- exclusive nested dragging: place an horizontal moveable object inside an vertical moveable object or vice versa. Will work only in one direction every time. Allows funcky scroll & show options panels a seen in Twitter for iPhone/iPad, Reeder and many other iOS Apps.
Coming up next:
- scroll indicator will get an relaitve length, not everytime 40 pixels
- horizontal scrolling
- less flickering (hopefully)
- events: pleanty of events to control every aspect of of your dragging and snapping
- clickable links inside the dragger. neccasary for every good scroller