I've got a lot of elements that are different somehow (b,c,d,e,f classes), but each of them has something the same - 'a class'. How to make some animation quene that will make them animate one after another in FIFO order (first in, first out)?
Callback's are going crazy with it as there are many elements and I cant estamine what div will be called when.