JQuery选项卡 - 切换动画

时间:2011-07-27 16:17:49

标签: javascript jquery-ui

到目前为止,我有这段代码

$(document).ready(function(e) {
    $(".slidetabs").tabs(".images > div", {
        effect: "fade",
        rotate: true,
        autoplay: true
    }).slideshow();

    $(".slidetabs").data("slideshow").play();
});

有没有办法让不同的动画?不是交叉褪色,而是别的东西。 fx {}对我不起作用,我不知道为什么。

1 个答案:

答案 0 :(得分:0)

效果似乎适用于jQuery TOOLS变体的选项卡。你确定你没有使用它吗? 在这种情况下http://flowplayer.org/tools/tabs/index.html#effects< -custom效果。

如果这是关于jQuery UI的话,这是一个骗局:Different animations for Jquery ui tabs (虽然那个有点旧,它仍然给出了正确答案)。

相关问题