Effect.BlindUp |
This effect simulates a window blind, where the contents of the affected elements stay in place.
Availability
script.aculo.us V1.0 and later.
Syntax
Effect.BlindUp('id_of_element');
Options
Items in bold are default values.
Examples
Make the transion longer by adding options.
Effect.BlindUp('id_of_element', {duration:3});
Notes
Works safely with most Block Elements, except table rows, table bodies and table heads.
This is the opposite of Effect.BlindDown |