One of the easiest visual effects to create is a color alternator


One of the easiest visual effects to create is a color alternator, which switches between two color schemes in a frame. This effect is best used in small frames containing large, bold headlines. It should not generally be used with smaller, detail text, as it will make such text difficult to read while the effect is in progress.
It would also be wise to use this effect in moderation-a brief burst of alternating colors can be very effective when your page first loads, when making a transition to a new topic, or to underscore a point. However, continuous flashing quickly becomes annoying to the viewer.

The Alternator() constructor accepts two BodyColor objects plus a string


The Alternator() constructor accepts two BodyColor objects plus a string containing whatever is to appear between <BODY> and </BODY>. plus a string containing whatever is to appear between <BODY> and </BODY>.
In theory, the text string can be arbitrarily long, but 4K seems to be the maximum usable length on some Netscape platforms.

The Event constructor takes the start time for the event


The Event constructor takes the start time for the event,the number of times to execute the event, the delay between each execution, and the action to be performed for the event.
The start time and delay are specified in seconds, but are converted to milli-seconds for internal use. The action can be any valid JavaScript statement en-closed in quotes.

The delay parameter specifies how often the events in the queue are checked


The delay parameter specifies how often the events in the queue are checked. This is important because it determines the maximum rate of actions for all events in the queue.
If you specify a queue delay of 0.10 seconds, but an event delay of 0.05 seconds, the event will only be executed every 0.10 seconds. Therefore, the delay should be set to the smallest value required by your events. Values smaller than 0.05 seconds are not recommended.

Like the Alternator effect, the Fader effect involves the transition


Like the Alternator effect, the Fader effect involves the transition from one color scheme to another. But instead of jumping abruptly between colors, the Fader displays a series of intermediate shades, creating the illusion of a smooth transition.
Although the Alternator effect is noisy and jarring, the Fader effect is calm, serene, even solemn.