Created
April 7, 2016 10:54
-
-
Save antonkartashov/69c7c33407947247351c6f3af8fa645c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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