Glen, have you seen my entry on the little .animate() trick?
http://www.learningjquery.com/2007/01/effect-delay-trick
setTimeout() is probably what you really want (and what the pause
plugin uses), but this might do in a pinch.
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 12, 2007, at 7:41 PM, Glen Lipka wrote:
Nevermind. There is a pause() plugin. How very easy! It's so tiny!
This should be in the core!
http://blog.mythin.net/projects/jquery.php
Glen
PS. I have no say on what's in the core. But I like to pretend. :)
On 7/12/07, Glen Lipka <[EMAIL PROTECTED] > wrote:
Example page: http://www.commadot.com/jquery/nextrow/toggle.htm#
Its currently slidingUp, then ajax call, then slideDown.
But its a little abrupt. Id like it to slideUp, ajax, PAUSE 400
ms, then slideDown.
How can I put a pause in there? Isn't there a plugin that helps
with this?
Glen