MochiKit Effects

Thomas Hervé recently posted the answer to one of my lesser prayers to the MochiKit mailing list last week: A port of the scriptaculous effects and drag & drop libraries to use Mochikit.

Basically this frees you from the extra overhead of both the scriptaculous and prototype .js files. I was using scriptaculous for the sole purpose of creating effects. Mochikit has always done all the real work as I understand it a lot better than any other library. The best thing about this port is that, aside from the different script tags, the code for creating and using the effects doesn’t have to be changed at all! It’s literally a drop-in replacement.

This adds to mochikit the one thing that was missing and has made me a lot happier in using it as I don’t have to worry about the bandwidth being wasted on some hefty js files just to make things slide and fade out.

Kudos to Thomas, and many thanks.