Comment on SVG IronmanComments−anilgulecha12yIs there an editor/wrapper around SVGs that helps create animation? Or does it have to be done by hand?−timdorr12yIt's actually a CSS rule: animation: draw 10s linear infinite; That's in the .path class, which most of the elements in the SVG are classed as. Works really well!
Comments
Is there an editor/wrapper around SVGs that helps create animation? Or does it have to be done by hand?
It's actually a CSS rule:
That's in the .path class, which most of the elements in the SVG are classed as. Works really well!