<HTML xmlns:t ="urn:schemas-microsoft-com:time">
<HEAD>
<?IMPORT namespace="t" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
</HEAD>
<BODY>
<!-- Time Content for testing -->
<img src="../images/points.gif" style="position:absolute;top:5;left:5"></img>
<DIV id = "T1" style="position:absolute;height:20;width:20;top:90;left:185; background-color:green;z-index:2"></div>
<<t:animateMotion begin="1s" dur="4s" calcMode="linear" targetElement="T1"  path="M 0 0 l  50 0  -50 50  0 50"  fill="freeze" />>
<!--*******************************************************************************-->
<!--***************everything past this line is informational**********************-->
<!--*****Timer that displays activeTime and shows persistence*****-->
<DIV align="left" style="position:absolute; left:375">
<B>TIMER:</B><BR>
Timer:
<span id="Timer" class="time" dur=".01"  repeatCount="indefinite" fill="hold" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span><br><br>
<!--*****Expectations, Sample Code, and Information*****-->
<B>EXPECTED BEHAVIOR:</B><br>
Testing: path.<br>
At 0 seconds, the green dot will be over the blue dot.<br>
At 1 seconds, the green dot will move from the blue dot to the yellow dot.<br>
At 2-3 seconds, the green dot will move from the yellow dot to the red dot.<br>
At 4 seconds, the green dot will move from the red dot to the orange dot.<br>
At 5 seconds, the green dot will move freeze over the orange dot.
<br><br>
<B>SAMPLE CODE:</B><br>
<t:animateMotion begin="1s" dur="4s" calcMode="linear" targetElement="T1"  path="M 0 0 l  50 0  -50 50  0 50"  fill="freeze" />><br><br>
<B>INFORMATION:</B><br>
Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman, Microsoft<br>
Version: 11/02/2000<br>
Module: animateMotion<br>
Feature:  path, relative lineto implicit realtive lineto<br>
File Name: animateMotion_path_006.htm<br>
Media Components: images/points.gif<br><br>
</div>
</BODY>
</HTML>