SVG animation: a progress spinner
Now that I have an SVG image, that is, the site logo, it might be time to explore more ways to mess with SVG images. So, what if I want to create a “spinner” based on the site logo?
Now that I have an SVG image, that is, the site logo, it might be time to explore more ways to mess with SVG images. So, what if I want to create a “spinner” based on the site logo?
In the following few days, I will (hopefully) explore how to make interactive and animated SVG parts. There are a few goals behind this: To understand d3.js, one has to understand SVG first. I want to create a unique progress spinner component. Sadly, Inkscape does not seem to be a …