Using your (awesome) library, I discovered a bug in the scrollToPosition feature of the carousel :
Context: Using the carousel on a list of 13 TeamMembers objects (dataholder with String values and a drawable res id) to display team avatars, and react to tap events by scrolling to the tapped member and opening an Alert with their name and links to their social network accounts.
Issue: When scrolling to a position at least 7 slots away from the initial one, the carousel scrolls either not far enough (when scrolling clockwise) or too far (when in the opposite direction). The error offset is always 1 or 2 positions away from the clicked one.
