Check out here:
http://erikandcolleen.com/erik/jquery/fxQueue/
Demo: http://erikandcolleen.com/erik/jquery/fxQueue/random.html

Or here:
http://brandonaaron.net/jquery/plugins/fxqueue/
Demo: http://brandonaaron.net/jquery/plugins/fxqueue/test/test.html

--Erik


On 1/17/08, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote:
>
>
> hi friends,
>
> i'm storing the steps of a series of animations in an array, that have to
> occur one after the others, according to their index order  in the array.
>
> Example:  animArray['section', 'item','object1','object2' ];
>
> i would like to run a function that loops through the array, and for each
> element in the array, perform the animation, then when the animation is
> finished,  move on to the next element, do its related animation, etc...
> until the array is finished.
>
>
> Now, how do i make the animation queue one after the others?
>
>
> Thanks for any feedback/hint,
>
> Alexandre
>
>
>

Reply via email to