Hi all,
I have an vertical slider initial with
// subimgslider
$('.subimgslider').sliderkit({
auto:true,
autospeed:1000,
shownavitems:2,
verticalnav:true,
navitemshover:false,
circular:true,
delaycaptions:false
});
, and I have five items. In this setting, the nav's item would automatically scroll in downward direction. However, when it reaches the end of item, it scrolls in opposite direction (upward).
Could any one advise me that, is it a limitation of using Slider Kit? If not, how can I configure it to make it scrolls in the same direction when reached the end of item.
Thanks.
Jacky