jumpTo method
Implementation
void jumpTo(int index) {
if (index == currentIndex) return;
vsync.jumpTo(getOffsetAngleFormTargetIndex(index));
}
void jumpTo(int index) {
if (index == currentIndex) return;
vsync.jumpTo(getOffsetAngleFormTargetIndex(index));
}