<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/points3.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="m0 0 L50 0 L -50 50 L 0 50" fill="remove" /> <!--*******************************************************************************--> <!--***************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 seconds, the green dot will move from the yellow dot to the red dot.<br> At 3-4 seconds, the green dot will move from the red dot to the orange dot.<br> At 5 seconds, the green dot will be removed back to its original position over the blue dot. <br><br> <B>SAMPLE CODE:</B><br> <t:animateMotion begin="1s" dur="4s" calcMode="linear" targetElement="T1" path="m0 0 L50 0 L -50 50 L 0 50" fill="remove" /><br><br> <B>INFORMATION:</B><br> Copyright: Copyright 1998-2001 W3C (MIT, INRIA, 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 absolute lineto <br><br> File Name: animateMotion_path_004.htm<br> Media Components: images/points3.gif<br><br> </div> </BODY> </HTML>