覆盖jssor下一个prev按钮上的幻灯片以使用淡入淡出而不是幻灯片

时间:2015-02-03 19:38:59

标签: jssor

Jssor图像滑块自动将幻灯片用于箭头导航。是否可以使用Fade?

我有:

    $SlideshowOptions: {                                //[Optional] Options to specify and enable slideshow or not
    $Class: $JssorSlideshowRunner$,                 //[Required] Class to create instance of slideshow
    $Transitions: _SlideshowTransitions,            //[Required] An array of slideshow transitions to play slideshow
    $TransitionsOrder: 1,                           //[Optional] The way to choose transition to play slide, 1 Sequence, 0 Random
    $ShowLink: true                                    //[Optional] Whether to bring slide link on top of the slider when slideshow is running, default value is false
},

使用具有持续时间和不透明度的_SlideshowTransitions进行淡入淡出,但这仅影响自动播放过渡而不影响箭头过渡。

在ArrowNavigatorOptions中的

是否可以添加任何内容以使图像Fade的下一个上箭头过渡?

    $ArrowNavigatorOptions: {
    $Class: $JssorArrowNavigator$,              //[Requried] Class to create arrow navigator instance
                                                                $ChanceToShow: 2,                               //[Required] 0 Never, 1 Mouse Over, 2 Always
    $Steps: 1                                       //[Optional] Steps to go for each navigation request, default value is 1
}

0 个答案:

没有答案
相关问题