In the previous article, I walked through creating a basic SVG. In this article, I will pick up where we left off and explore SVG animations. Whereas bitmap/raster graphics are composed of individual pixels, vector graphics are composed of individual shapes. This provides for the ability for vector graphics to…