HTML5 Canvas Drag and Drop Tutorial

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.

Open in new window

Code Editor

Modified on April 9th, 2013 by Eric Rowell
comments powered by Disqus