Logan S. answered 01/18/21
Logan - Computer Science Major and Freelance Web Developer
It depends what you mean exactly. If you want to animate an SVG that's already on a website, there are javascript libraries that are great for this.
mo.js
gsap by greensock
jQuery drawSVG
lazy line painter
I would recommend using one of these. If you want to create an animated SVG that you can add to any website you can use SVGator.com to create the animation without code
Hope this helps!.