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