<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <root-layout backgroundColor="#eeffcc" width="640" height="480"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <brush region="r" id="d1" color="blue" top="5" left="5" width="100" height="100"/>
      <animate attributeName="top" to="400" begin="2s" decelerate="1" dur="2s" targetElement="d1" fill="freeze"/>
      <text region="r" left="0%" top="80%" width="100%" height="20%" dur="20s" fit="hidden"
	    src="data:,animate%20attributeName=%22top%22%20to=%22400%22%20begin=%222s%22%20decelerate=%221%22%20dur=%222s%22%20targetElement=%22d1%22%20fill=%22freeze%22"/>
    </par>
  </body>
</smil>