Andy Matthews wrote:
I think a pause method would be of great use. I looked for this very thing
time and time again. It would be nice to have it available.

Here's a one liner:

jQuery.fn.pause = function(ms) { return this.animate({ opacity: 1 }, ms); };

I know I know, it's still not in the core...



--Klaus

Reply via email to