Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<meta charset="utf-8">
<title>CSS Animations: svg &lt;use&gt; animate independently</title>
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="20" viewBox="0 0 120 20">
<rect width="10" height="10" fill="green" x="23" y="5"></rect>
<rect width="10" height="10" fill="green" x="69" y="5"></rect>
</svg>