0.1.2 • Published 11 years ago
react-draggable-mixin v0.1.2
React Draggable Mixin
Install
npm i react-draggable-mixinAPI
isDragOnTouchStart
invokes onDrag when touchstart is occurred.
onDrag
invoked while dragging for both touchmove and touchend.
won't be invoked if there is no
touchmove
onDrop
invoked when drag is finished
happened when
touchendand at least onetouchmovewas triggered previously