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

Enable Animations #102

Open todorpavlovic opened 2 years ago

todorpavlovic commented 2 years ago

Describe the bug Animations are not working even if I add css transition property.

reppners commented 1 year ago

You mean an animated drag image? Since the browser is in charge of taking an image of the dragged element this is not under the control of this implementation.

ChristofFritz commented 1 year ago

@todorpavlovic any more information or has the issue been resolved?

todorpavlovic commented 1 year ago

Sorry for the lack of information. With angular material cdk drag drop you have option to add CSS transitions then when the user is dragging there is a smooth transition on the list. I can see with this library there is no support for that.