2012-03-16 108 views
1

我滑动NIVO SLIDER效果时出现问题。现在它的重叠图像从左到右依次排列。但是我想从左到右移动图像,而不是像易滑块那样重叠 。这可能吗?链接这里http://www.markupxpert.com/nivo/更改NIVO滑块滑动效果

+0

看到这个[自定义转换(http://nivo.dev7studios.com/support/advanced-tutorials/setting-custom-transitions-per-slide/)和[doc here](http://nivo.dev7studios.com/support/jquery-plugin-usage/) – mgraph 2012-03-16 13:20:51

+0

不好意思的朋友,我用这个但不工作,它也重叠。我只是需要图像滑动像http:// cssglobe .com/lab/easyslider/01.html – paul 2012-03-16 13:31:03

+0

@paul :它看起来像你之后的效果不存在。请参阅屏幕底部的文档 - [效果参数列表](http://nivo.dev7studios.com/support/jquery-plugin-usage/)了解可用效果。 – neo108 2012-03-16 13:39:46

回答

0
$(document).ready(function(){ 
    $("#slider").nivoSlider({ 
     effect: 'slideInLeft' 
    }); 
});