Nope! jQuery uses only one timer for all animations now (even across multiple elements). It helps drastically, with performance.
--John On 5/13/07, Brandon Aaron <[EMAIL PROTECTED]> wrote:
The latest SVN uses only one timer per an element but there currently is not a way to animate several elements under one timer. I'm not sure if Interface provides such a method either but perhaps that is where such functionality should exist. -- Brandon Aaron On 5/13/07, spinnach <[EMAIL PROTECTED]> wrote: > > is there a way to perform multiple animations with one interval (to > animate multiple elements at once), so the animation would be as smooth > as possible? i saw that mootols has a function that does this > (Fx.Elements), so it would be really cool to have something like this in > jquery.. i need this for a menu i'm currently building (an accordion > variation - but with mouseover, something similar to the mootols menu on > their homepage), and since there are multiple setintervals (one for each > element), the elements move up and down (because not all animations > start and end at the same time).. > > dennis. >