Open
Description
How can dragged elements be visualized?
1. Native Image Dragging
<img>
tag inside to-be-dragged element
- Makes detecting dropping more difficult / imprecise
- Doesn't allow use to detect drop-zone hovering
2. CSS Cursor Positioning
Grid of invisible cells detecting the cursor position
- Difficult to set up