reppners / ngx-drag-drop

Angular directives using the native HTML Drag And Drop API
https://reppners.github.io/ngx-drag-drop/
BSD 3-Clause "New" or "Revised" License
299 stars 118 forks source link

Question: Is it possible to hide the Drag source, while the dragging event is going on? #91

Closed tirth3008 closed 3 years ago

tirth3008 commented 3 years ago

Is it possible to hide the Drag source, while the dragging event is going on?

Image Dragging

As soon as the dragging event starts, the source of drag is hiding( below example using jquery UI ). Is it possible to achieve this using ngx-drag-drop? Dragging