Wrap - Carousel

Illustrates the carousel with the wrap set to true. The size is set to 17. Content scrolls backward using the same amount of time to scroll the entire content backwards as it does in scrolling a single page of content. Here is the additional configuration parameter to set the size of the carousel:

	size: 17,
	wrap: true
	
	OR
	
	carousel.setProperty("size", 17);
	carousel.setProperty("wrap", true);
View the source or documentation