Note: script.aculo.us requires prototype.js, version 1.4.0 or greater.
These examples represent script.aculo.us' "combination" effects only. Other visual effects, controls (such as drag 'n' drop) and utilities are not represented (at least not yet). There's a lot more available with this library.
Click here to trigger the "blind down" effect: Effect.BlindDown('id');
Click here to trigger the "blind up" effect: Effect.BlindUp('id');
Click here to trigger the "slide down" effect: Effect.SlideDown('id');
Click here to trigger the "slide up" effect: Effect.SlideUp('id');
Click here to trigger the "grow" effect: Effect.Grow('id');
Click here to trigger the "shrink" effect: Effect.Shrink('id');
Click here to trigger the "shake" effect: Effect.Shake('id');
Click here to trigger the "pulsate" effect: Effect.Pulsate('id');
Click here to trigger the "drop out" effect: Effect.DropOut('id');
Click here to trigger the "switch off" effect: Effect.SwitchOff('id');
Click here to trigger the "squish" effect: Effect.Squish('id');
Click here to trigger the "toggle" effect: Effect.toggle('id', 'blind');