Determines if the carousel can be swiped until only the last slide is visible on the left side of the screen.
If false, the carousel will not be slideable once the last slide is visible on screen.
For pagination - If true, a pagination button will be used for each slide. If false, pagination buttons will only show for the first slide rendered up to the first slide visible where the last slide is on screen (paginationCount = totalSlides - visibleSlidesOnScreen + 1). This is to prevent sliding past the last slide.
Note - this option has no effect if loop is true.