To drag and drop shapes with KineticJS, we can set the draggable property to true when we instantiate a shape, or we can use the setDraggable() method. The setDraggable() method enables drag and drop for both desktop and mobile applications automatically.
Code Editor
Modified on April 9th, 2013
by Eric Rowell