Shifter
Slick image effect applet; slices up images and scrolls the segments in from both sides of the screen. Configure with as many images and slices as you wish.
Usage: Download imageShifterToGo.ZIP and unzip it in your HTML directory.
Java Source: not available
HTML Source:
<Applet width="100" height="100" code="imageShifter.class">
<param name="image0" value="img0.gif">
<param name="image1" value="img1.gif">
<param name="slices" value="20">
<param name="speed" value="50">
<param name="pause" value="2000">
<param name="copyright"
value="Greg Herrell reverb@iquest.net">
</Applet>
Author: Greg Herrell
Homepage: http://members.iquest.net/~reverb/shifter.html
|