How do I add a delay to the .slideUp function in Balsamiq Mockups?
Posted
by Jon
on Stack Overflow
See other posts from Stack Overflow
or by Jon
Published on 2010-05-10T18:40:05Z
Indexed on
2010/05/10
18:44 UTC
Read the original article
Hit count: 246
jquery-effects
|jQuery
<js> $("#curtain").slideUp("slow"); $("#curtain").slideDown("slow"); </js>
Now what do I do, if I want to add a delay of 100ms between the .slideUp and slideDown?
© Stack Overflow or respective owner