Transition Assistance Foundation

 

 

TopScroller

TopScroller can scroll text, fade it and zoom it. When you want to use it on your site, which is free for non-commercial sites, you should read the following:

How to edit TopScroller?

  • TopScroller is free for use on non-commercial sites.
  • Download TopScroller.class and place it in your html-directory.
  • Enter the following in the BODY of your HTML:
    <APPLET code="TopScroller.class" WIDTH=x HEIGHT=y>
    </APPLET>,
    where x is the width of the applet and y the height.
The following code should be placed between the <APPLET...> and </APPLET> tags:

Possible animations:

  • Scroll a message:
    replace "anim" in the examples above with "scroll,direction,delay",
    where direction is on of these: left, right, top, bottom, and delay is a positive integer.
    The direction you specify is the side from which the text scrolls in or where the text scrolls out.
    The scrolling goes faster with a smaller delay. We recommend a delay between 5 and 20.
  • Fade a message:
    replace "anim" in the examples above with "fade,delay", with delay as described above.
  • Zoom a message:
    replace "anim" in the examples above with "zoom,delay", with delay as described above.

Example:


<APPLET CODE="TopScroller.class" WIDTH=450 HEIGHT=50>
<PARAM name="bgcolor" value="00003D">
<PARAM name="fontsize" value="20">
<PARAM name="fontcolor" value="EAEABD">
<PARAM name="message2" value="This is">
<PARAM name="in2" value="scroll,left,5">
<PARAM name="out2" value="fade,15">
<PARAM name="message3" value="TopScroller">
<PARAM name="in3" value="fade,15">
<PARAM name="out3" value="scroll,right,5">
<PARAM name="message4" value="It can scroll...">
<PARAM name="in4" value="scroll,right,5">
<PARAM name="out4" value="scroll,left,5">
<PARAM name="message5" value="...fade...">
<PARAM name="in5" value="fade,5">
<PARAM name="out5" value="fade,5">
<PARAM name="message6" value="...and zoom!">
<PARAM name="in6" value="zoom,10">
<PARAM name="out6" value="zoom,10">
</APPLET>

[Home] [About Us] [History] [Survivor Program] [Security] [Products/Services] [Contact Us] [990]