| | |
| | | upAnim, |
| | | downAnim, |
| | | |
| | | // we will need to re-assemble the queue to stack our animations in place |
| | | // we will need to re-assemble the mq to stack our animations in place |
| | | queue = el.queue(), |
| | | queuelen = queue.length; |
| | | |
| | |
| | | done(); |
| | | }); |
| | | |
| | | // We just queued up "anims" animations, we need to put them next in the queue |
| | | // We just queued up "anims" animations, we need to put them next in the mq |
| | | if ( queuelen > 1 ) { |
| | | queue.splice.apply( queue, |
| | | [ 1, 0 ].concat( queue.splice( queuelen, anims + 1 ) ) ); |
| | |
| | | animation2 = {}, |
| | | i, |
| | | |
| | | // we will need to re-assemble the queue to stack our animations in place |
| | | // we will need to re-assemble the mq to stack our animations in place |
| | | queue = el.queue(), |
| | | queuelen = queue.length; |
| | | |