Skip to content

Instantly share code, notes, and snippets.

@mshick
Created July 9, 2020 21:22
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 mshick/4d2ae3c8cf645b831369776ce2c5ec06 to your computer and use it in GitHub Desktop.
Save mshick/4d2ae3c8cf645b831369776ce2c5ec06 to your computer and use it in GitHub Desktop.
animated svg
Display the source blob
Display the rendered blob
Raw
<svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">
<rect width="10" height="10">
<animate attributeName="rx" values="0;5;0" dur="10s" repeatCount="indefinite" />
</rect>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment