<!--
            Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,Microsoft
           Version: 7/11/2000
            Module: animate
           Feature: animate attributeName=top
         File Name: animate_lin_ft.smil
  Media Components: 
 Expected Behavior: animation begin="2s", animate 'style:top' in pixel units.  
                    Animation dur="4s". Default calcMode
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <root-layout width="640" height="600" backgroundColor="white"/>
      <region id="reg1" top="0px" left="0px"/>
      <region id="reg2" top="90px" left="110px" height="100px" width="100px"/>
    </layout>
  </head>
  <body>
     <par>
         <img id="inst" region="reg1" src ="../images/animate_lin_ft.gif" dur="6s"/>
         <img id="T1" region="reg2" src="../images/smile.jpg" dur="6s"/>
         <animate id ="anim" begin="2s" dur="4s" targetElement="reg2"   
              from="120"  to="420" attributeName="top" fill="remove"/>
     </par>
  </body>
</smil>