Skip to content

Instantly share code, notes, and snippets.

View psymonryan's full-sized avatar

Simon Ryan psymonryan

View GitHub Profile
@alexreardon
alexreardon / drag-and-drop-notes.md
Last active May 16, 2025 23:58
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