sans-serif   serif

«

Class.Events

A Utility Class. Its methods can be implemented with Class:implement into any Class. In Fx, for example, this Class is used to allow any number of functions to be added to the Fx events, like ‘complete’, ’start’, and ‘cancel’. Events in a Class that implements Events must be either added as an option or with addEvent, not directly through .options.onEventName. Official MooTools Documentation

Articles using Class.Events

SlideShow – A Highly Extendable MooTools Javascript Slideshow

January 1, 2010

It seems with every new brochure-type website I worked on I was coming up a with a new slideshow/gallery widget. Finally I made Slideshow, the ultimate slideshow class. It handles all of the basics of a good javascript gallery and nothing else. No skins, no new elements, no navigation, just the slideshow basics, making it a cinch to skin.

Read More »