I have created a project with a scroll wheel of 10 items, each item is displaying a single digit 0-9. Imagine an odometer for instance. I am incrementing a variable(num) every second and usingscrollWheel.animateToItem(num, 20);to scroll through the ...