Version 2.2 — © 1997-1999 Christian Cohnen — Example 1
Blend mode with gradient fade map
Four images cross-fading smoothly
<applet archive="ImageFader.jar"
code="ImageFader.class" width="160" height="100">
<param name="wait" value="20">
<param name="speed" value="200">
<param name="image1" value="oil.gif">
<param name="image2" value="logo2.gif">
<param name="image3" value="texture.gif">
<param name="image4" value="gfx.jpg">
<param name="blend">
<param name="smooth" value="500">
<param name="fade" value="fade.gif">
<param name="link" value="https://www.chriscohnen.de">
<param name="targetWindow" value="_blank">
</applet>