Skip to content

Instantly share code, notes, and snippets.

View aproberts01's full-sized avatar

Ali Roberts aproberts01

View GitHub Profile
@alexreardon
alexreardon / drag-and-drop-notes.md
Last active August 22, 2025 12:44
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