Skip to content

Instantly share code, notes, and snippets.

@somebee
Created January 7, 2016 11:10
Show Gist options
  • Save somebee/955ce5dcb4c90eb76e1c to your computer and use it in GitHub Desktop.
Save somebee/955ce5dcb4c90eb76e1c to your computer and use it in GitHub Desktop.
basic draggable
tag draggable
def render
<self> 'I am draggable'
def ontouchstart t
self
def ontouchmove t
css left: t.x, top: t.y
<draggable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment