<HTML>
<HEAD>
<TITLE> Examples of the AniS applet </TITLE>
</HEAD>
<BODY>
<P>
<center><h1> The Ani(mation)S applet </h1>
Page 2 - The simplest fader</center>
<p>

<b> 2. Now lets treat those same images as faded animations</b>
by adding a start/stop control.  We'll add the zoom
control, too.  We just need to add a "zoom" to the controls
parameter:
<xmp>
<PARAM name="controls" value="startstop,zoom">
</xmp>
and add a new parameter to indicate that the images should be
faded:
<xmp>
<PARAM name=fade value=true>
</xmp>
Finally, we will set two aspects of the animation; first, the rate at 5 
frames per second using:
<xmp>
<PARAM name="rate" value="50">
</xmp>
and then the mode to <i>rocking</i> (rather than <i> movie
looping</i>):
<xmp>
<PARAM name="rocking" value="true">
</xmp>

<APPLET code="AniS.class" width=500 height=450>
<param name="controls" value="startstop,zoom">
<PARAM name="filenames" value="TVIS1.GIF, TVIS2.GIF, TVIS3.GIF">
<param name=fade value=true>
<param name=rate value=50>
<PARAM name="rocking" value="true">
</APPLET>
<hr>
<p>

<a href="anist3.html">Go to next page </a>
<p>
If you would like more information, or have questions or
suggestions, please contact <mailto:tomw@ssec.wisc.edu>Tom Whittaker

</BODY>
</HTML>
