Categories
HTML Programming

Building a ajax spinner in SVG

So you get a SVG static image delivered from your client.

[code lang=”XML”]

[/code]

And it looks like this:

To make it animated, we need to add the following line within all circle tags:

[code lang=”XML”]

[/code]

Like this:

[code lang=”XML”]

[/code]

Then we get a animated SVG like this:

Leave a Reply