Exploring the world of .svg animation has piqued my interest while working on our website.
I am eager to create an animated icon that reacts to hover. Although there are numerous tutorials available, I've noticed that there are several methods for achieving svg animation.
I have come across limited information regarding the most universally supported way to animate an svg. Should it be done with a js library, the animate tag, or css animation?
Personally, I lean towards using a js library, but I also find the concept of utilizing css intriguing. Can anyone shed some light on the browser compatibility of these techniques?