Wipe bgcolor="#FFFFFF">

wipe.lib
(Requires kernel.lib)

Wipe: The wipe function dynamically changes the clip of a DIV. The first four fields indicate the clip dimensions the DIV will transform into. These fields will also accept arrays. The next field is the increment. This indicates how many frames it will take to transform the DIV. The delay field indicates how many milliseconds the function will wait between each frame. The maximum speed for the delay is around 30ms for current browsers. The final field contains the commands the function will run after it has moved the DIV. Increment. and delay will also accept arrays.

div("name").wipe(top,right,bottom,left,increment.,delay,"command");
div("name").wipe(top[],right[],bottom[],left[],increment.[],delay[],"command");

Wipe stop: This command will stop the current DIV while it is wiping.

div("name").wipeStop()

Wipe resume: This command will resume the current wipe().

div("name").wipeResume()