Can we apply contents fade in/out effects on
Tabs?
It was possible with the following code, but that doesn't seem to work with jQuery 1.10.1 and jQuery UI 1.10.3. And I found no documentation about applying fade effects.
- $('#tabs').tabs({
fx : { opacity: 'toggle', duration: 'fast' }
});