2012-03-16 109 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' 
    }); 
});