Last active
September 26, 2016 17:07
-
-
Save RayPS/66a73129524c468dbebe to your computer and use it in GitHub Desktop.
Framer CSS Spiner
This file contains 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
spiner = new Layer | |
borderRadius: "50%" | |
backgroundColor: false | |
spiner.style["border"] = "5px solid" | |
spiner.style["border-color"] = "white white transparent transparent" | |
spiner.center() | |
spiner.animate | |
properties: rotation: 360 | |
time: 1 | |
curve: "linear" | |
repeat: 1024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment