Description
1) Set up a CardPane with N ImageView cards and a selection change effect of "zoom", "vertical_slide", or "horizontal_slide"
2) Set up a timer to rotate the selected index of the card pane, wrapping when it gets to the last index
Result:
When the last index wraps to the first, the transition makes it look like you're going backwards, when in fact the user experience is intended to create a circular feel, where you're always transitioning forward, but in a loop.