RJS所使用的是Scriptaculous库的Effects:
[b]
appear
[/b]
Element gradually appears
[b]
blind_down
[/b]
Causes the div element specified to slowly slide down into visibility like a blind being pulled down
[b]
blind_up
[/b]
The opposite of blind_down. Causes the element to slowly slide up and out of view like a blind being drawn up.
[b]
drop_out
[/b]
Causes the element to drop down out of view.
[b]
fade
[/b]
The opposite of appear. The element gradually fades from view.
[b]
fold
[/b]
First blinds up the element about 90% of the way and then squishes it over to the left side of the region it originally occupied.
[b]
grow
[/b]
Element grows up and into view from the bottom of the area occupied by the element.
[b]
highlight
[/b]
Perform the "Yellow Fade Technique" on the element.
[b]
puff
[/b]
The element expands and becomes transparent until it disappears.
[b]
pulsate
[/b]
Make the element flash on and off.
[b]
shake
[/b]
Causes the element to shake back and forth horizontally. Great for drawing the user's attention.
[b]
shrink
[/b]
The opposite of grow. The element shrinks away off of the screen toward the bottom of the area it occupies.
[b]
slide_down
[/b]
Causes the entire element to slide down into view.
[b]
slide_up
[/b]
The opposite of slide_down. Causes the element to slide up and out of view.
[b]
squish
[/b]
Squishes the element out of view by quickly compressing it into the upper left hand corner of the space it occupies.
[b]
switch_off
[/b]
Causes the element to flicker and the drops out of view, similar to drop_out.
[b]
toggle_appear
[/b]
Toggles the element between being visible and hidden. Uses appear when making the element visible and fade when hiding the element.
[b]
toggle_blind
[/b]
The same as toggle_appear, but uses blind_down and blind_up for showing and hiding the elements respectively.
[b]
toggle_slide
[/b]
The same as toggle_appear, but uses slide_down and slide_up for showing and hiding the elements respectively.
[b]
appear
[/b]
Element gradually appears
[b]
blind_down
[/b]
Causes the div element specified to slowly slide down into visibility like a blind being pulled down
[b]
blind_up
[/b]
The opposite of blind_down. Causes the element to slowly slide up and out of view like a blind being drawn up.
[b]
drop_out
[/b]
Causes the element to drop down out of view.
[b]
fade
[/b]
The opposite of appear. The element gradually fades from view.
[b]
fold
[/b]
First blinds up the element about 90% of the way and then squishes it over to the left side of the region it originally occupied.
[b]
grow
[/b]
Element grows up and into view from the bottom of the area occupied by the element.
[b]
highlight
[/b]
Perform the "Yellow Fade Technique" on the element.
[b]
puff
[/b]
The element expands and becomes transparent until it disappears.
[b]
pulsate
[/b]
Make the element flash on and off.
[b]
shake
[/b]
Causes the element to shake back and forth horizontally. Great for drawing the user's attention.
[b]
shrink
[/b]
The opposite of grow. The element shrinks away off of the screen toward the bottom of the area it occupies.
[b]
slide_down
[/b]
Causes the entire element to slide down into view.
[b]
slide_up
[/b]
The opposite of slide_down. Causes the element to slide up and out of view.
[b]
squish
[/b]
Squishes the element out of view by quickly compressing it into the upper left hand corner of the space it occupies.
[b]
switch_off
[/b]
Causes the element to flicker and the drops out of view, similar to drop_out.
[b]
toggle_appear
[/b]
Toggles the element between being visible and hidden. Uses appear when making the element visible and fade when hiding the element.
[b]
toggle_blind
[/b]
The same as toggle_appear, but uses blind_down and blind_up for showing and hiding the elements respectively.
[b]
toggle_slide
[/b]
The same as toggle_appear, but uses slide_down and slide_up for showing and hiding the elements respectively.