I
I
Ivan Antonov2015-03-26 17:44:15
JavaScript
Ivan Antonov, 2015-03-26 17:44:15

Animating SVG with JavaScript?

Does anyone have a JavaScript animation library for SVG?
Needed to make life easier for illustrators using Adobe Illustrator CC
who only draw SVG but don't have much understanding of the structure of an SVG document.
mainly interested in effects: slide, fade.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Kitmanov, 2015-03-26
@k12th

Theoretically, you can work with SVG like you would with regular DOM, just like you can animate element properties using jQuery or CSS animations.
But there is little pleasure in understanding SVG generated from AI.
stackoverflow.com/questions/6793312/how-to-use-jqu... They write that the new jQuery really does not work in SVG, but the old versions should. Well, they recommend keith-wood.name/svg.html.

G
GoodBoy123, 2015-03-27
@GoodBoy123

So you need to animate the SVG without embedding it in the HTML?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question