[jQuery] Re: Combining Animation Methods: fadeOut and slideUp

2008-07-09 Thread Karl Swedberg
On Jul 9, 2008, at 5:19 PM, Joe wrote: Karl's tuts are priceless. Definitely read up on those. Helped me many a time. Wow. Thanks, Joe. You just made my day. :-) --Karl Karl Swedberg www.englishrules.com www.learningjquery.com

[jQuery] Re: Combining Animation Methods: fadeOut and slideUp

2008-07-09 Thread Joe
Karl's tuts are priceless. Definitely read up on those. Helped me many a time. I would say if you wanted to do one after the other, you could do it as a callback function after the current function had completed, but that seems counterintuitive as you don't want to slide something up after it's

[jQuery] Re: Combining Animation Methods: fadeOut and slideUp

2008-07-09 Thread Karl Swedberg
Hi there, I wrote a tutorial on Learning jQuery about how to create a slide-fade toggle animation plugin: http://www.learningjquery.com/2008/02/simple-effects-plugins If you don't want to create a plugin, you can just use the .animate() method: $('something').animate({opacity: 'hide', he