Вы можете проверить, есть ли карусель на последнем элементе, и если это так, вы можете использовать следующий метод, описанный в их документации.
first([callback], [originalEvent={}])
Move the current to the start.
callback: a function to get called
originalEvent: the originating event object
Вы могли бы получить текущую позицию карусели, используяcurrent
метод, также описанный в документации.
current([newCurrent, [originalEvent]])
Get the current item index if no parameters are passed. If newCurrent is passed, then it will move the current item to the index.