I've played around with GSAP animation plugin a bit, trying to learn SVG animation. Are there any other good Javascript libraries I can use for creating SVG animations?
Look no further than snapsvg
You can try EaselJS which is a part of CreateJS, we have used it recently for some arcade-style game development and it worked very good.
Alkshendra Maurya
Frontend Engineer | Hashnode Alumnus
Depending on what you want to do, there are a bunch of really great libraries you can go with.
Here are some interesting ones:
For simple SVG line drawing animations:
For advanced SVG animations