> Also I do recall someone in the forum writing a pretty cool fx.elements > wrapper. It allowed for element sets with different options. Might want to > search google groups.
That might be my Fx.Presets code at http://yetagain.net/plugins/fxpresets/ (and http://www.mooforum.net/scripts12/presets-preset-animations-for-elements-t1001.html ) About the performance issue - On older hardware from my experience many separate Fx instances don't work well: the results end up quite jerky. - Even on faster hardware, depending on the layout/CSS of the elements, you might end up with strange results with different Fx instances. If they are adjacent, then it might be the case that one has moved more than the other at times, and so result in non-harmonious transitions. Michal.