[Tabs] Fade effects which compatible with latest versions?

[Tabs] Fade effects which compatible with latest versions?

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.

  1. $('#tabs').tabs({
        fx : { opacity: 'toggle', duration: 'fast' }
    });