Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Created April 7, 2016 10:54
Show Gist options
  • Save antonkartashov/69c7c33407947247351c6f3af8fa645c to your computer and use it in GitHub Desktop.
Save antonkartashov/69c7c33407947247351c6f3af8fa645c to your computer and use it in GitHub Desktop.
# http://share.framerjs.com/idckyu31ficw/
new BackgroundLayer
arrow = new Layer
width: 20, height: 700
backgroundColor: "tomato"
borderRadius: 10
circle = new Layer
width: 40, height: 40
backgroundColor: "tomato"
borderRadius: "50%"
circle.center()
arrow.center()
Utils.interval .01, ->
arrow.rotation += 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment