JSSOR Slider - How stop thumbnail navigator onHover?

时间:2015-06-15 14:39:29

标签: javascript jssor

I'm using the thumbnailNavigator with ActionMode:3(onHover)...normally the ThumbnailNavigator after changed the slide, put the hovered thumbs on first line( i'm using vertical orientation)...i wanna stop this movement, i.e. after changed slide stop the thumb moving...is that possible? Fundamentally i'm searching onHoverStop option for thumnailNavigator....

1 个答案:

答案 0 :(得分:1)

这是一个错误,我刚才修好了。请下载最新版本。

您可以设置$PauseOnHover: 12(意味着将鼠标悬停在缩小状态上)以获取缩略图。

$ThumbnailNavigatorOptions: {
    ...,
    $PauseOnHover: 12,
    ...
}

参考:http://www.jssor.com/development/reference-options.html