my Effects Usage

Gradient (name subject to change) (August 2007)

This effect creates a table with 'rows' rows, 'cols' columns and a gradient of background color based on [colors].

REQUIRES: jw_color.js for gradient color calculations.

NOTE: If you create a table with a large number of rows and columns, it may take a many seconds to finish creating the table.

Expected issues:

Pixelate (name subject to change) (July 2007)

This effect creates a table with 'rows' rows, 'cols' columns and background color of 'startcolor' over the target. It then randomly fills in these cells with a background color of 'endcolor'.

NOTE: If you create a table with a large number of rows and columns, it may take a few seconds to finish creating the table which will delay the starting of the effect.

PulseList (July 2007)

This effect sends an opacity pulse down or up the items of the list. The duration is the duration for a single item to change and return to its original opacity. If bounce is set to true, the direction changes at the end of each cycle. If continuous is set to true, the pulsing never stops.

Flicker (July 2007)

This effect randomly chooses a number between 0 and 1 at each update and if the number is below the 'threshold', the visibility is set to 'hidden' otherwise it is set to 'visible'. When the effect is finished, the visibility is set to 'endvisibility' or 'visibile'.

CurtainOpen and CurtainClose (June 2007)

These effects have no special options, but I have been having problems getting them work cleanly.

SlideLeftIn, SlideLeftOut (June 2007)

These effects have no special options.

SlideRightIn, SlideRightOut (June 2007)

These effects have no special options.

SlideUpIn, SlideUpOut (June 2007)

These effects have no special options.

SlideDownIn, SlideDownOut (June 2007)

These effects have no special options.