You need to use hide and show properties to define animations:
http://jsfiddle.net/U287r/
+ Extra effects:
Add fading background effects to each tab
$('#product-tabs').tabs({ hide: 'fadeOut', show: 'fadeIn' });Source:
http://jsfiddle.net/U287r/
+ Extra effects:
Add fading background effects to each tab
No comments:
Post a Comment