>> I'm going to change that. The tabs plugin will be found in the
>> repository soon by the way...
>>   
> Cool.

It's in there now.

I have made the changes we talked about. You can now pass in options for 
show/hide animations independently:

$('#container-8').tabs({
     fxShow: {height: 'show', opacity: 'show'}
});

$('#container-8').tabs({
     fxShow: {height: 'show', opacity: 'show'},
     fxShowSpeed: 'normal',
     fxHide: {opacity: 'hide'},
     fxHideSpeed: 'fast'
});

See also here: http://stilbuero.de/jquery/tabs

The last example there only uses a slidedown for show, that creates some 
cool "rolldown" effect, if you know what I mean...

What about a crossfade effect?

-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to