Skip to content

Instantly share code, notes, and snippets.

@AndreVero
Last active April 15, 2024 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreVero/3bfd1a194ae2079298a5f4aa020e4cb7 to your computer and use it in GitHub Desktop.
Save AndreVero/3bfd1a194ae2079298a5f4aa020e4cb7 to your computer and use it in GitHub Desktop.
Drag to closest item
// Drag to the closest item
state.animateTo(state.angle - state.selectedItem.angle)
// Trigger pick listener
state.selectedItem.item?.let(onItemPicked)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment