Time
TIMER:
Timer: 0

EXPECTED BEHAVIOR:
Testing: autoReverse.
At 0 seconds, time will appear.
At 2 seconds, time will start decelerating towards font-size 400px.
At 4 seconds, time will reach 400px then autoreverse.
At 6 seconds, time will reach its original position and freeze.

SAMPLE CODE:
<DIV id="d1" style="position:absolute;color:blue;font-size:.5in;top:5;left:5"> Time</DIV;>
<t:animate attributeName="font-size" to="400" begin="2s" autoreverse="true" decelerate="1" dur="2s" targetElement="d1" fill="freeze"/>

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: decelerate, autoReverse, to, begin, dur, targetElement, repeatCount, fill=freeze
File Name: animate_autoreverse_001.htm
Media Components: none