<HTML xmlns:t ="urn:schemas-microsoft-com:time">
<HEAD>
<?IMPORT namespace="t" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
</HEAD>
<BODY bgcolor="#eeffcc">
<!-- Time Content for testing -->
<DIV id="d1" style="position:absolute;color:blue;font-size:1in;top:5;left:5">Time</DIV> 
<t:animate attributeName="top" to="400" begin="2s" speed="2" decelerate="1" dur="5s" targetElement="d1"  fill="remove"/>
<!--*******************************************************************************-->
<!--***************everything past this line is informational**********************-->
<!--*****Timer that displays activeTime and shows persistence*****-->
<DIV align="left" style="position:absolute; left:300">
<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: speed, decelerate.<br>
At 0 seconds, time will appear.<br>  
At 2 seconds, time will start animating downwards to position 400px.<br>  
At 4 seconds, time will reach 400px then remove itself back to its original position.<br><br>
<B>SAMPLE CODE:</B><br>
<DIV id="d1" style="position:absolute;color:blue;font-size:1in;top:5;left:5">
Time</DIV;><br>
<t:animate attributeName="top" to="400" begin="2s" speed="2" dur="10s" targetElement="d1"  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: animate<br>
Feature: speed, decelerate, to, begin, dur, targetElement, fill=remove<br>
File Name: animate_speed_decelerate_001.htm<br>
Media Components: none<br><br>
</div>
</BODY>
</HTML>