Created
April 28, 2015 10:37
-
-
Save rknightuk/d3ff970c6fc982482812 to your computer and use it in GitHub Desktop.
Spinner
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
<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