John Resig wrote:
> Well, you can roll your own custom animation, like so:
>
> $("#foo").animate({
> height: 'show',
> opacity: 'show'
> }, 'slow');
>
> The new .animate() function is incredibly flexible.
>
> --John
>
John,
I like the above (it actually reminds me of scriptaculous) -- but I
also like Klaus's chaining of .fadeTo() and .slideUp||Down(). Will the
chaining ever work? I have used it in some existing code.
~ Brice
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/