Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created June 17, 2013 14:25
Show Gist options
  • Save aamedina/5797274 to your computer and use it in GitHub Desktop.
Save aamedina/5797274 to your computer and use it in GitHub Desktop.
{ :animatable sphere
:animation {:rotation
{:x (partial + 0.075)
:y (partial + 0.025)
:z (partial + 0.050)
:position
{:x #(js/Number (.toFixed (mod (+ % 0.025) 1) 2))}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment