Hi Karl, Indeed, I caught that when I was copying the line over :)
Unfortunately, though, it doesn't seem to work. The div slides up correctly, but never slides back down. I attempted to tweak it by not chaining, combinations of the animate and pause function, just the pause function, just the animate function, smaller/larger values, etc... with no luck. If I remember correctly, one or two of the combinations would correctly slide up and down, but normal speed, never what I would specify. Any ideas on why that might be happening? thanks! -kim --- Karl Swedberg <[EMAIL PROTECTED]> wrote: > On Mar 3, 2007, at 3:05 PM, Klaus Hartl wrote: > > > Karl recently wrote about a neat trick to achieve > the same without the > > pause plugin: > > > http://www.learningjquery.com/2007/01/effect-delay-trick > > > > Just do this: > > > > > target.children("div.middle").html(stuff).pause(2000, > > 'fx').animate({opacity: 1}, > 2000).slideDown("slow"); > > > Thanks for the nod, Klaus. I'm flattered. > > Kim, not sure if this is worth mentioning, but Klaus > forgot to delete > the .pause(2000, 'fx') part from that example. It > should look like this: > > target.children("div.middle").html(stuff) > .animate({opacity: 1}, 2000).slideDown("slow"); > > Cheers, > > --Karl > _________________ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/