SVG animation
by fezec
HTML
<?xml version="1.0" ?>
<svg width="520" height="520" viewPort="0 0 520 520" version="1.1" xmlns="http://www.w3.org/2000/svg">
<rect x="10" y="0" width="100" height="100">
<animateTransform attributeName="transform"
attributeType="XML"
type="rotate"
from="0 60 50"
to="360 60 50"
dur="10s"
repeatCount="indefinite"/>
</rect>
</svg>