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:
- if (direction === top) {
- $('.main:eq(2) > *:first').clone().insertAfter('.main:eq(2) > *:last');
-
- $('.main:eq(2) > *:first').animate({
- height:"hide"
- }, 300, function() {
- $(this).remove();
- });
- }
The full script you can see/test here:
http://crossword.nielswestphal.de/
Thanks,
Niels
PS: Sry for my English^^.