Events
Articles using Events
MooTools for Beginners Part 2 – Instantiating objects and managing state
December 29, 2009
In part one we made use of Element.tween. A lot of the mootools classes have what I call element shortcuts that look like $('el').tween(), .morph(), .load() etc. Instead of using these shortcuts you can create an instance of these classes in an object and open up a lot more control.

