Do you mean pause? If so you can pause an execution by using:

 

setTimeout(function() {

$("#div").fadeTo('slow',0.0);

}, 5000 );

 

 

 

 

  _____  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of spinnach
Sent: Tuesday, January 02, 2007 1:52 PM
To: jQuery Discussion.
Subject: [jQuery] Stopping animation..

 

Is there any way to stop an animation or fade? How to stop
$('#div').fadeTo(500,0) on click or something?

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

Reply via email to