I think we are talking about the same thing, but coming at it from different angles. The code I posted is a building block you could use to write your own animation function. It's not the jQuery feature you want, just a start on it. :-)
I meant to ask: how many elements are you animating simultaneously? -Mike > From: Gordon > > Thanks for the help, but that's not quite what I had in mind. > I need for the dimensions of my boxes to be animated when > they change, I just thought that by doing it in a stylesheet > instead of the style= attribute as jQuery uses currently I'd > be able to get a big speedup as then I'd only have to change > 2 style= parameters per element instead of four. > > I don't think what I want to do with jQuery is possible in > the current release, but it does give me an idea for a > feature suggestion. :)