Draggable 0.7.0

- Added new "trigger" functionality for defining a child element that serves as the initiator of dragging.

- Worked around several bugs in the stock browser of several Android devices.

- Improved performance by shifting rendering from mousemove/touchmove event handlers to the main requestAnimationFrame loop that drives GSAP.

- Improved algorithm for sensing the velocity of the user's mouse/touch.

- Fixed an issue that caused an error when the Draggable JS file was loaded BEFORE the <body> tag was declared.
This commit is contained in:
Jack Doyle
2013-08-19 03:08:21 -05:00
parent d2eec68e55
commit d26c8d01ce
2 changed files with 10 additions and 6 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long