<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:270; left:10;">
Timer:
<span id="Timer" class="time" dur="1"  repeatCount="indefinite"
 onrepeat="innerText=parseInt(document.body.currTimeState.activeTime);">0</span>
 <br><br>
<img  src="../images/barWipe.gif" /><br>
<pre>
Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Debbie Newman,ğMicrosoft
Version: 11/8/2000
Module: InlineTransitions Module
Feature: barWipe transitionFilter
File Name: transfilter_mode-default__calcMode-linear.html
Media Components: videos/nasa.qt
<B>EXPECTED BEHAVIOR:</B><br>
Video will begin at 2s and transition will begin at 4s,<br>
transition runs for dur of 6s and at 10s media is 100% visible.<br>
Video has duration of 20s.<br><br>
<t:video  id="m1"  src="../videos/nasa.qt " timecontainer="par" begin="2"  dur="20">
<t:transitionfilter id="trans1" type="barWipe"  begin="2"  dur="6"
calcMode="linear"      fill="freeze"  />
</t:video>
</pre>
</DIV>
<t:video  id="m1"  src="../videos/nasa.qt " timecontainer="par" begin="2"  dur="20">
<t:transitionfilter id="trans1" type="barWipe"  begin="2"  dur="6"
calcMode="linear"      fill="freeze"  />
</t:video>
</body>
</html>