Skip to content

Instantly share code, notes, and snippets.

@tkshnwesper
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tkshnwesper/a6786d0ae06cb75feb83 to your computer and use it in GitHub Desktop.
Save tkshnwesper/a6786d0ae06cb75feb83 to your computer and use it in GitHub Desktop.
Loading spin (SVG)
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="100" height="100" fill="green">
<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">
<animateTransform attributeName="transform" type="rotate" from="0 16 16" to="360 16 16" dur="1.0s" repeatCount="indefinite" />
</path>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment