Image Fader
Example

About
Smoothly fades from one image to another. Each image can be linked to any URL. This example shows FOUR instances of the applet running showing bits of Madonna and Milla Jovovovitch.

Source
Java Files Class Files HTML Files Other Files Zip Files
JZOOImageFader.java
JZOOImageFader.class
jzooimagefader.txt
(rename to .html)
images
jzooimagefader.zip

Parameters
speed Speed of the fade. Higher numbers produce faster fades.
delay Number of seconds to display image before fading to next image.
image1, image2, etc. relative references to the images
link1, link2, etc. relative references to the links

Usage Example
<applet code=JZOOImageFader width=100 height=75>
<param name="speed" value=4>
<param name="delay" value=1>
<param name="image1" value="images/image02a.jpg">
<param name="image2" value="images/image03a.jpg">
</applet>



Last Updated 13 Feb 1999
Copyright © Kevan Stannard 1999

Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United states and other countries. JZOO is independent of Sun Microsystems, Inc.