0

Using FlexSlider for a client's site. They request that when one of "dots" at the bottom is clicked, it does not animate through all the images but only to the one that was selected.

I'm not sure what part of the code is controlling this and I have tried numerous hacks but without results!

Appreciate anyone's input.

Thanks!

4

1 回答 1

0

你可以使用淡入淡出效果而不是第一张幻灯片吗?在这个可以你可以在 FlexSlider 设置中添加动画参数:

$('.flexslider').flexslider({
      animation: "slide",
      // other settings
});

这样,当您单击一个“点”时,它只会显示相关图像。

于 2013-02-18T13:40:15.970 回答