Как бы вот:
To get a continuous scroll, the parameter scrolleasing must be set to "linear".
The parameter fastchange must be set to "true".
To avoid weird visual effect, the carousel shouldn't be circular.
Так получается автопрокрутка при наведении на стрелку вправо. И когда доходит до последней картинки - то перелистывается влево, а не по кругу.
Сейчас такие настройки:
auto:true,
autospeed:3000,
shownavitems:3,
circular:true,
fastchange:false,
scrolleasing:"easeOutExpo",
scrollspeed:2000,
scroll:3
rootiys: scrolleasing must be set to "linear". fastchange must be set to "true". говоря по русски должно быть так:
auto:true,
autospeed:3000,
shownavitems:3,
circular:true,
fastchange:true,
scrolleasing:"linear",
scrollspeed:2000,
scroll:3
будет работать или нет не уверен, т.к. это лишь "note" на demo странице
rootiys: есть еще такой параметр navcontinuous (from v1.3)
(boolean) default is false. If set to true, will make the carousel scroll continuously (use this option with a "linear" scrolleasing).
rootiys: еще можно поиграться с этим параметром navscrollatend (from v1.5)
(boolean) default is false. If set to 'true', will make the carousel scroll if a line first or last thumbnail is clicked.