<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:-100;left:1000">HTML</DIV> 
<DIV id="d3" style="position:absolute;color:blue;font-size:1in;top:-100;left:-100">Time</DIV> 
<DIV id="d2" style="position:absolute; color:blue; font-size:5in; top:0; left:200">+</DIV> 
<t:animate attributeName="font-size" to="1in" begin="2" dur="9" accelerate="1" targetElement="d2" fill="freeze">
<t:animate attributeName="top" to="300" begin="2" dur="9" accelerate="1" targetElement="d2" fill="freeze">
<t:animate attributeName="left" to="650" begin="2" dur="9" accelerate="1" targetElement="d2" fill="freeze">
<t:animateMotion values="0,0;5,400;700,400;-620,400" begin="2s" decelerate="1" dur="8s" targetElement="d1"  additive="sum" calcMode="paced" fill="freeze"/>
<t:animateMotion values="0,0;50,310;800,400" begin="2s" decelerate="1" dur="10s" targetElement="d3"  additive="sum" calcMode="paced" fill="freeze"/>
<!--*******************************************************************************-->
<!--***************everything past this line is informational**********************-->
<!--*****Timer that displays activeTime and shows persistence*****-->
<div style="postion:absolute; width:300; top:5; left:5">
<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: decelerate.<br>
At 0 seconds, plus sign(+) will appear.<br>  
At 2 seconds, HTML, +, and Time will start animating.<br>  
At 12 seconds, all 3 objects will be aligned: HTML+Time and freeze.<br><br>
<B>SAMPLE CODE:</B><br>
<DIV id="d1" style="position:absolute;color:blue;font-size:1in;top:-100;left:1000">
HTML</DIV;><br>
<t:animateMotion values="0,0;5,400;700,400;-620,400" begin="2s" decelerate="1" dur="8s" targetElement="d1"  additive="sum" calcMode="paced" fill="freeze"/><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: additive, decelerate, calcMode, to, begin, dur, targetElement, fill=freeze<br>
File Name: animateMotion_decelerate_extra_002.htm<br>
Media Components: none<br><br>
</div>
</BODY>
</HTML>