What is the way to animate inline-SVGs?! I want to do some animations on paths. Like rotate on some event, animateMotion on multiple paths also triggered by some event.
I'll include a link to the Dev-site: http://www.myradon.net. I'm trying to accomplish the following;
When the power-plug is connected (just above "portfolio") to female (now connected in website), thicker dashes will travel from top all the way to bottom of the page (current visualized). I'm thinking path-animation on these dashed-lines (So speed depends on length of the path and should start when the previous one ends). Dashed-lines are a dozen SVGs inserted by jQuery in Ajax-call.
Anybody got some bright ideas how to deal with this? SMIL, Raphael/D3.js (SVGs are already in the DOM)? Edit: By the way I don't care about IE8 and less.