Tabs with custom effect

Tabs with custom effect

Hello everybody,

I found out how I can apply a fade in and out effect or a slide effect, if I activate another tab or on rotation. But my problem is, I like to slide out from right to left (what is working) and slide in the new tab also from right to left (but it slides in from left to right).
How can I change this? The direction option is ignored:
  1. $( "#slideshow" ).tabs({ fx: [{width:"hide", duration:"normal", direction:"left"}, {width:"show", duration:"normal", direction:"right||left will be ignored"}] });

Or how do I use all the other effects which are listed in the documentation?





    • Topic Participants

    • liox