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,
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
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
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
4 matches
Mail list logo