Re: [jQuery] Re: Iterating over a list

2009-11-09 Thread Michel Belleville
Your second example was closer, considering you triggered the text change in a callback, but you still triggered the animations all at once which I think wasn't the effect you desired. So how does the example I've given you work ? Let's comment : var recursive_anim = function(list, step, target,

Re: [jQuery] Re: Iterating over a list

2009-11-08 Thread Michel Belleville
To use callbacks that are triggered actually when the animation finishes instead of calling the animations all at once and seeing only the very last because they all start approximately at the same time. Michel Belleville 2009/11/9 gthorne > I'm not sure I follow what the principle is? > > > O