Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Last active December 23, 2015 03:29
Show Gist options
  • Save bjartwolf/6573948 to your computer and use it in GitHub Desktop.
Save bjartwolf/6573948 to your computer and use it in GitHub Desktop.
(go (while true
(let [x (* 100 (<! acc))
T (sel1 :#T)
bredde (.-width T)]
(dommy/set-style! T :width (str (- bredde x)"px"))
(set! (.-innerText (sel1 :#acceleration)) x))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment