mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-20 02:06:06 +10:00
- 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.