I'm just guessing here, but from reading the documentation, you might need to
un-chain your animation.
http://interface.eyecon.ro/docs/animate

e.g. Something like this maybe:
$("#msgContainer").DropInUp(500);
$("#msgContainer").pause(5000);
$("#msgContainer").DropOutUp(250);


montare wrote:
> 
> Based on a few examples I've googled up, I understand I should be able to
> pause between animation effects.  I must not understand it properly,
> though,
> because I get absolutely no delay-the message drops in and back out
> instantly.  Here's what I'm doing; as always, thanks for your input.
> 
>  
> 
> $("#msgContainer").DropInUp(500).pause(5000).DropOutUp(250);
> 
> 
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
> 
> 

-- 
View this message in context: 
http://www.nabble.com/interface-1.2-pause%28%29-function-tf3377285.html#a9409894
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to