Fading Text
Example

About
Something as simple as text fading smoothly in and out can spice up your site and attract a visitors attention.


Source
Java Files Class Files HTML Files Other Files Zip Files
JZOOFadingText.java
JZOOFadingText.class
jzoofadingtext.html
(rename to a .html file)
message.txt
jzoofadingtext.zip

Parameters
messagefile A simple text file of messages. See an example message file
speed speed of the fade
bgcolor background colour
textcolor text colour
bgimage pathname for a background image
fontname font name to use
fontsize font size to use


Usage Example
<applet code=JZOOFadingText.class width=550 height=100>
<param name=messagefile value=message.txt>
<param name=speed value=20>
<param name=bgcolor value=ffffff>
<param name=textcolor value=0000ff>
<param name=fontname value="Courier">
<param name=fontsize value=72>
</applet>



Last Updated 18 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.