Skip to content

Instantly share code, notes, and snippets.

@alexreardon
alexreardon / drag-and-drop-notes.md
Last active March 19, 2024 23:27
An explanation of the timing of drag and drop events

Drag and drop

This is a collection of knowledge I have built up regarding browser powered drag and drop functionality

Events

dragstart

  • timing: once as drag is starting
  • event.target: draggable Element