Skip to content

Instantly share code, notes, and snippets.

@rknightuk
Created April 28, 2015 10:37
Show Gist options
  • Save rknightuk/d3ff970c6fc982482812 to your computer and use it in GitHub Desktop.
Save rknightuk/d3ff970c6fc982482812 to your computer and use it in GitHub Desktop.
Spinner
Display the source blob
Display the rendered blob
Raw
<symbol viewBox="0 0 32 32" id="spinner">
<path opacity=".25" d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"/>
<path d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z" id="spinner-fuck">
<animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="0.8s" repeatCount="indefinite" />
</path>
</symbol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment