This piece is somewhat technical so if the word jQuery has no meaning to you, you might want to calmly back away from your computer or your head may explode. You've been warned!
So I ran into an interesting problem while designing one of the animations used on the FAQ page. Stated as simply as possible: I found that one must be careful about triggering animations within animations particularly when the outer animation(s) applied to an array of jQuery objects while the inner animation applied to a jQuery object completely external to the objects that are being manipulated with the outer animation. Seems straightforward enough right?