<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout backgroundColor="white" width="224" height="601"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" id="inst" top="0" left="0" src="../images/animate_discrete_b.gif" fit="hidden" dur="20s"/>
      <img region="r" src="../images/smile.jpg" id="T1" width="100" height="100" top="45" left="45" dur="20s"/>
      <animate id="anim" begin="0s" dur="4s" calcMode="discrete" targetElement="T1" by="420" attributeName="top" fill="freeze"/>
    </par>
  </body>
</smil>