SortableJS / Sortable

Reorderable drag-and-drop lists for modern browsers and touch devices. No jQuery or framework required.
https://sortablejs.github.io/Sortable/
MIT License
29.77k stars 3.71k forks source link

Why does the animation not take effect when using the <span> tag? #2303

Open MoNaiZi opened 1 year ago

MoNaiZi commented 1 year ago

Reproduction demo:https://jsbin.com/xuyapuyuna/1/edit?html,js,output

GuillaumeDuti commented 8 months ago

It seems that it's because the span is an inline element. Change it to block and the animation will work.