<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <root-layout backgroundColor="#ccffee" width="381" height="273"/>
      <region id="r" fit="fill"/>
    </layout>
  </head>
  <body>
    <par dur="indefinite">
      <img region="r" src="../images/bg.gif" top="5" left="5" fit="hidden"/>
      <img region="r" id="T1" src="../images/smile.jpg" height="50px" width="50px" top="140" left="37"/>
      <animate id="anim2" begin="2s" dur="10" calcMode="linear" keyTimes="0;.9;1" values="100;0;250" targetElement="T1" additive="sum" attributeName="width" fill="freeze"/>
    </par>
  </body>
</smil>