bevacqua / dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/dragula/
MIT License
21.95k stars 1.97k forks source link

Support for drag resizing elements #369

Open zaichang opened 8 years ago

zaichang commented 8 years ago

I've successfully used ng2-dragula to add drag and drop in my app. However, the next step is to add drag resizing of each draggable element (think of a calendar app, with movable and resizable events)

None of the events emitted by dragula seem to provide continuous move events whenever there's movement on the dragged item. If I'm missing something please let me know.

Also to clarify I'm not asking for an elegant drag resize event handling, but simply an event to hook into in order to get X or Y deltas to allow drag resizing of objects.

Horray commented 8 years ago

@zaichang Nice idea! Let me know if you figured out how to do it.

chenshuiluke commented 6 years ago

I agree, this would be great!