[jQuery] Chaining animation effects on different elements...
Hi guys, been playing around with something for a bit this afternoon
but i can't find a programatically 'nice' way of achieving the effect
i'm after.
I have a bunch of elements assigned a class that don't necessarily
have anything in common beyond the class. I want to fadeto them in
randomly but in-turn, as if i was chaining animation effects for
example.
http://jsbin.com/exepi
the only way i've been able to do this so far is by building and
evaluating a slab of nested callbacks which works but is pretty
horrible in almost every way. I think i'm missing something fairly
obvious here, you guys have any thoughts?