Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@RayPS
Last active September 26, 2016 17:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RayPS/66a73129524c468dbebe to your computer and use it in GitHub Desktop.
Save RayPS/66a73129524c468dbebe to your computer and use it in GitHub Desktop.
Framer CSS Spiner
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