Skip to content

Instantly share code, notes, and snippets.

@jwhitlark
Created June 20, 2014 20:35
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 jwhitlark/df071d0f065d9692031e to your computer and use it in GitHub Desktop.
Save jwhitlark/df071d0f065d9692031e to your computer and use it in GitHub Desktop.
Lowering the sensitivity
(if (zero? (mod difference 5))
(do (om/update-state! owner :my-val (partial + (/ difference 5)))
(om/set-state! owner :start-x x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment