<rect x="0" y="0" width="10px" height="10px">
<animate attributeName="x"
from="0px"
to="5px"
begin="0s"
dur="2s"
/>
</rect>
<rect id="r1" x="0" y="0" width="10px" height="10px"></rect>
<animate attributeName="x"
from="0px"
to="5px"
begin="0s"
dur="2s"
xlink:href="#r1"
/>