Script.aculo.us: Difference between revisions

Content deleted Content added
remove unneeded link to mootools
Line 23:
===Visual effects===
 
There are five core effects script.aculo.us offers: Opacity, Scale, MoveBy, Highlight, and Parallel. Through these effects there are over 16 additional effects using combinations of the core effects out of the box. Programmers can evenalso extend and make new effects.
 
Enabling an effect is a matter of assigning an element with an ID name and one line of code for the effect. Below is an example for the Effect.Fade effect applied to a DOM element with ID of 'id_of_element':