Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/79.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用通量滑块效果更改Jquery标准效果_Jquery_Slider_Jquery Effects_Flux - Fatal编程技术网

使用通量滑块效果更改Jquery标准效果

使用通量滑块效果更改Jquery标准效果,jquery,slider,jquery-effects,flux,Jquery,Slider,Jquery Effects,Flux,这是我的代码: $("#headerimg" + currentContainer).fadeOut(function() { setTimeout(function() { $("#headertxt").css({"display" : "block"}); animating = false; }, 500); }); }; 但我不想要这种效果(淡出),我想要使用通量滑块的效果。(示例

这是我的代码:

        $("#headerimg" + currentContainer).fadeOut(function() {
        setTimeout(function() {
            $("#headertxt").css({"display" : "block"});
            animating = false;
        }, 500);
    });
};
但我不想要这种效果(淡出),我想要使用通量滑块的效果。(示例:扭曲) 我没有为新效果更改此代码。
如何更改此设置?

通过为扭曲效果创建链接来调用扭曲效果,而不是淡出效果

<ul id="sliderOptions">
    <li><a href="#warp">View next</a></li>
</ul>