Consider the following arrangement (jsfiddle):
<------- Full width occupied ------->
---------------------------------------------------------
| Div A | Div B | Div C | Div D | Div E | Div F | Div G | .... H, I, J
---------------------------------------------------------
/* There are Div H, I & J currently not visible */
Button: Left Scroll
Button: Right Scroll
If user presses, Left Scroll - Div H, I & J enter the display area in a sequence, but after J instead of the Div moving deeper towards the left, the it should cycle back to A then B and so on.
I have been able to achieve the motion (see fiddle) but unable to make it Round-Robin.