<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
    <head>
        <layout>
            <root-layout width="640" height="480" backgroundColor="white"/>
            <region id="d1" backgroundColor="blue" top="5px" left="5px" height="20px" width="20px" />
        </layout>
    </head>
    <body>
        <par dur="indefinite">
            <animateMotion to="5,400" begin="2s" speed="2" accelerate="1" dur="5s" targetElement="d1"  calcMode="paced" fill="remove"/>
        </par>
    </body>
</smil>