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.7k forks source link

Maintain Dragged Item Opacity During Drag #2389

Open mohitsainiknl opened 4 months ago

mohitsainiknl commented 4 months ago

Hi SortableJS maintainers,

I'd like to propose a feature that would improve the user experience for drag-and-drop interactions: the ability to control the opacity of the dragged item.

Currently, the dragged item's opacity is reduced (default 0.5) during the drag operation. While this might be suitable in some cases, it can sometimes make it difficult for users to track the position of the item, especially for elements with:

This feature will shine if we make the ghostClass fully transparent.