<html xmlns:t ="urn:schemas-microsoft-com:time" >
<head>
<style>
	 .time    { behavior: url(#default#time2);}
</style>
<?IMPORT namespace="t" implementation="#default#time2">
</head>
<body>
<DIV align="left" style="position:absolute; top:150; left:10;">
Timer:
<span id="Timer" class="time" dur="1"  repeatCount="indefinite"
 onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span>
 <br><br>
 <pre>
Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,±Microsoft
Version: 11/8/2000
Module: InlineTransitions Module
Feature: mode="out", repeatDur="6", type="snakeWipe"
File Name: transfilter_mode-out_from_by_accumulate-sum_calcMode-linear.html
Media Components: images/earth.jpg
<B>EXPECTED BEHAVIOR:</B><br>
Transition will start at 0s with media 100% displayed,<br>
become less visible over 3s dur until video is 50% visible.  <br>
Transition repeats at 3s, progressing smoothly until video is 0% visible at 6s.<br><br>
&img height="100" width="100" id="m1"  src="../images/earth.jpg "  />
<t:transitionfilter id="trans1" targetElement = "M1" type="snakeWipe"    dur="3"
from="0"   by=".5" calcMode="linear" accumulate="sum"   repeatDur="6"
mode="out" fill="hold"  />
</pre>
</DIV>
<img  src="../images/snakeWipeTransOut.gif" />
<img height="100" width="100" id="m1"  src="../images/earth.jpg "   />
<t:transitionfilter targetElement = "M1" id="trans1" type="snakeWipe"    dur="3"
from="0"   by=".5" calcMode="linear" accumulate="sum"   repeatDur="6"
mode="out" fill="hold"  />
</body>
</html>