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