There is a task to make an animation on svg and change it dynamically based on incoming data. I understand that I have to dynamically render elements on svg. The question is how and on what? By Google, I read a couple of articles, having completed a course on htmlacademy about svg, I'm still at a dead end. What to use as a library for such a task? There are many d3, svg.js, snapsvg, gsap, etc. libraries. Where to get enough modern information / textbook on svg?

0