Capítulo 190 de 411
Draggable makes virtually any DOM element draggable, spinnable, tossable, or flick-scrollable via mouse/touch, and integrates with InertiaPlugin for momentum-based deceleration after a flick.
gsap.registerPlugin(Draggable);
Draggable.create("#yourID", { type: "x" });
type controls what's being dragged: "x,y", "top,left", "x"/"y" (single axis), "rotation", or "scroll"/"scrollTop"/"scrollLeft".create(), get(), bounds, inertia-related fields) operates on Draggable instances created this way.inertia: true.