I'm using SVG Salamander and Java(1.8). How should I animate the SVG image?
The loaded .svg file already contains the animations. I think I need to update somehow the image, but how?
I heard you can animate each DOM element through SVGUniverse. But that sounds kinda ugly...
current hierarchial usage, if it helps: SVGPanel <- Jlabel <- SVGIcon
I found this answer.
Notice that when your animation is T seconds, (10 secons * 1000 here), you have to animate your file within 0ms-9999ms. hitting 10th seconds will return it to 0-second.