Effect.Puff |
Gives the illusion of the element puffing away (like a in a cloud of smoke).
Availability
script.aculo.us V1.0 and later.
Syntax
Effect.Puff('id_of_element');
Options
Items in bold are default values.
Examples
Effect.Puff('id_of_element', {duration:3});
Notes
Works safely with most Block Elements, except tables. |