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,

[jQuery] Re: Iterating over a list

2009-11-09 Thread gthorne
Is that close to what I was doing on the second example, where I was calling $().text in the callback portion of fadeIn()? On Nov 9, 12:38 am, Michel Belleville wrote: > To use callbacks that are triggered actually when the animation finishes > instead of calling the animations all at once and se

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

[jQuery] Re: Iterating over a list

2009-11-08 Thread gthorne
I'm not sure I follow what the principle is? On Nov 8, 1:16 pm, Michel Belleville wrote: > Typo indeed ^^° > > Though the principle is sound. > > Michel Belleville > > 2009/11/8 Sam Doyle > > > $(this).fadeOu(duration, function() { > > > Typo > > > Sent from my iPhone > > > On 8 Nov 2009, at 07