This is my attempt to somewhat mimic & improve upon the Combination Effects in script.aculo.us (http://wiki.script.aculo.us/scriptaculous/show/CombinationEffectsDemo)
The YUI libraries are fantastic, but coming from developing tools with script.aculo.us, I kind of miss the simple combination effects. The power of the YUI libraries is outstanding, if I want to make all of my effects manually.
I have added some serious enhancements to the Effects. The Effects now support passing in an option called "delay". This will cause the Effect to not execute immediately. Additionally I have added support for a Custom Event called onEffectComplete. Combining the two will allow for more customization (See the Batch Example Below).
Also check out my new Ghosting effects, you can now set an option called "ghost" that will allow for opacity animation.
NOTICE: The latest version now requires my YAHOO.Tools package as well as the YUI libs
Docs available here - Minimized source here