Time
TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: speed, decelerate.
At 0 seconds, time will appear.
At 2 seconds, time will start animating downwards to position 400px.
At 4 seconds, time will reach 400px then remove itself back to its original position.

SAMPLE CODE:
<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" dur="10s" targetElement="d1" fill="remove"/>

INFORMATION:
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved. See http://www.w3.org/Consortium/Legal/. Author: Debbie Newman, Microsoft
Version: 11/02/2000
Module: animate
Feature: speed, decelerate, to, begin, dur, targetElement, fill=remove
File Name: animate_speed_decelerate_001.htm
Media Components: none