SVG contiues animation out of css (without css)
Clash Royale CLAN TAG #URR8PPP SVG contiues animation out of css (without css) I am just over to learn svg animation with use of java-script. Or just simple svg animation. I would like get push to my animation to make it more simple. If you suggest me svg animation program for linux or simple browser software. Here is my code which I would like to simplify. SVG: <svg width="250" height="250"> <rect x="100" y="-75" width="150" height="150" id="r1" style="fill:red;stroke: rgb(252, 156, 156);stroke-width:10;opacity:0.25; stroke-radius:20;" transform="rotate(45)"></rect> <rect x="100" y="-75" width="125" height="125" id="r2" style="fill:red;stroke: rgb(252, 156, 156);stroke-width:10;opacity:0.25; stroke-radius:20;" transform="rotate(45)"></rect> <rect x="100" y="-75" width=...