Effect.toggle('example1')
Effect.toggle('example1', 'blind')
Effect.toggle('example1', 'slide')
Effect.toggle('example1', 'slide', {duration:2.4})

Effect.Appear('example2')
Effect.Fade('example2')
Effect.Appear('example2', {duration:2})
Effect.Fade('example2', {duration:2.4})
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Puff('example3')
Effect.Puff('example3', {duration:2})
Effect.Puff('example3', {from:0.2, to:0.9})
Effect.Puff('example3', {from:1.0, to:0.3})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.BlindDown('example4')
Effect.BlindUp('example4', {duration:2})
Effect.BlindDown('example4', {scaleContent:'false'})
Effect.BlindUp('example4', {scaleX:'true'})
Effect.BlindDown('example4', {scaleFrom:20, scaleTo:80})
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.SwitchOff('example5')
Effect.SwitchOff('example5', {delay:2})
Effect.SwitchOff('example5', {duration:2})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.SlideDown('example6')
Effect.SlideUp('example6', {delay:2, scaleContent:'false'})
Effect.SlideDown('example6', {duration:2, scaleX:1})
Effect.SlideUp('example6', {scaleX:1, scaleY:0})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.DropOut('example7')
Effect.DropOut('example7', {delay:2})
Effect.DropOut('example7', {duration:2})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Shake('example8')
Effect.Shake('example8', {delay:1})
Effect.Shake('example8', {duration:2})
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Pulsate('example9')
Effect.Pulsate('example9', {delay:2, from:0.5})
Effect.Pulsate('example9', {duration:5, pulses:3})
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Squish('example10')
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Fold('example11')
Effect.Fold('example11', {delay:2, to:0.4})
Effect.Fold('example11', {duration:3})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Grow('example12')
Effect.Grow('example12', {delay:1, from:0.4})
Effect.Grow('example12', {duration:2, direction:'top-left'})
Effect.Grow('example12', {direction:'bottom-right'})
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

Effect.Shrink('example13')
Effect.Shrink('example13', {delay:1, to:0.4})
Effect.Shrink('example13', {duration:2, direction:'center'})
Effect.Shrink('example13', {direction:'top-right'})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.

new Effect.Highlight('example14')
new Effect.Highlight('example14', {startcolor:'#5de4e9', endcolor:'#f27da6'})
new Effect.Highlight('example14', {duration:3, startcolor:'#5de4e9'})
new Effect.Highlight('example14', {delay:2, restorecolor:'#f4a6ee'})
[Example Reset]
script.aculo.us was created by Thomas Fuchs, and is extended and improved by open-source contributors. script.aculo.us is released under the MIT license.