Timer: 0

Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,ÌMicrosoft
Version: 11/7/2000
Module: animate basic
Feature: values accumulate="none"
File Name: animate_lin_v_accum.html
Media Components:
Expected Behavior: animation will begin at 1,
calcMode=linear means 50% of duration is spent animating
between 5 and 25; and 50% of duration is spent animating
between 25 and 350.  Thus the second half of the animation
seems faster.  Animation then repeats.  fill=freeze causes
img to remain at final width.
<img id ="inst" style="position:absolute;top:0;left:0"
src="../images/animate_lin_v_accum.gif" />
<div  id="T1"    style="position:absolute;width:100;height:100;  top:45;
left:45;backGround-color:green; " ></div>
<t:animate id ="anim" begin="1s" dur="4s" calcMode="linear"
targetElement="T1" values="5;25;350"
attributeName="width" fill="freeze"  accumulate="none" repeatCount="2" />