<HTML xmlns:t ="urn:schemas-microsoft-com:time" >
<HEAD>
<STYLE>
   .time    { behavior: url(#default#time2);}
</STYLE>
<?IMPORT namespace="t" implementation="#default#time2">
</HEAD>
<BODY>
<PRE style="position:absolute; top:20; left:350">
<B>TIMER: <SPAN id="Timer" class="time" dur="1" repeatCount="indefinite" onrepeat="innerText=parseInt(document.body.currTimeState.activeTime)">0</SPAN>
</B>
<B>AUTHOR: </B>Debbie Newman(debbien@microsoft.com)
<B>VERSION: </B>01/31/2001, v1
<B>MODULE: </B>Time Manipulations Module
<B>FEATURE: </B>decelerate
<B>FILE NAME: </B>media_decelerate.htm
<B>MEDIA COMPONENTS: </B>images/animcount.gif (natural duration is 10 seconds)
<B>EXPECTED BEHAVIOR: </B>
0-2 seconds: nothing
2-12 seconds: animated GIF counts from 0 to 9, starting out fast and decelerating at the end.
at 12 seconds: the animated GIF ends and is removed
<B>SAMPLE CODE: </B>
<t:img src="../images/animcount.gif" decelerate="1" begin="2" dur="10"/>
</PRE>
<!-- Main Test Div -->
<DIV align=left style="position: absolute; top:50; left:10; width:400; height:450">
<t:img src="../images/animcount.gif" decelerate="1" begin="2" dur="10"/>
</DIV>
</BODY>
</HTML>