Skip to content

Instantly share code, notes, and snippets.

@ederchrono
Created May 15, 2019 06:44
Show Gist options
  • Save ederchrono/54b0cb5a2178944e21da29aaf5556fb6 to your computer and use it in GitHub Desktop.
Save ederchrono/54b0cb5a2178944e21da29aaf5556fb6 to your computer and use it in GitHub Desktop.
<!-- add these 4 events to the app div -->
<div
id="app"
@mousemove="drag"
@touchmove="drag"
@mouseup="stopDrag"
@touchend="stopDrag"
class="flex items-center justify-center bg-black w-screen h-screen"
></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment