Stucking animation

Stucking animation

Edit: All questions answered

Hi,

One of my animations is stucking and if i activate it fast again and again the animation is not finished.

The trubbeling Code snippet:

  1. if (direction === top) {
  2.    $('.main:eq(2) > *:first').clone().insertAfter('.main:eq(2) > *:last');
  3.   
  4.    $('.main:eq(2) > *:first').animate({
  5.    height:"hide"
  6.    }, 300, function() {
  7. $(this).remove();
  8. });
  9.    }
The full script you can see/test here:  http://crossword.nielswestphal.de/

Thanks,

Niels

PS: Sry for my English^^.