Jquery delay problem
Posted
by Sergio
on Stack Overflow
See other posts from Stack Overflow
or by Sergio
Published on 2010-04-16T12:10:52Z
Indexed on
2010/04/16
12:13 UTC
Read the original article
Hit count: 260
jQuery
Why this delay of Jquery animation does not work as it should be?
$(" .inner").stop().delay(1000).animate({height:'142px'},{queue:false, duration:600});
Is there any other way to delay this animation?
© Stack Overflow or respective owner