No Animation - Carousel

animationSpeed is set to 0 (zero). Paging is immediate with no animated transitions. The carousel is configured with the following parameter:

	animationSpeed: 0
		OR
	carousel.setProperty("animationSpeed", 0);
	
View the source or documentation