We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example:
Number of projects: 10
Mode: Infinite Loop
ItemBuilder: (context, itemIndex, realIndex){
After scrolling left, the latest realIndex=-5, itemIndex=1
_ Controller. animateToItem (-4) corresponds to itemIndex=2
}
RealIndex=-3, itemIndex=3
Click the button to jump to controller. animateToItem (3)
The scrolling method is strange, I understand, but I need to change this situation
For example, the current realIndex=-42 itemIndex=5
Controller. animateToItem (3) realIndex=-40 instead of 3
Do you have any ideas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example:
Number of projects: 10
Mode: Infinite Loop
ItemBuilder: (context, itemIndex, realIndex){
After scrolling left, the latest realIndex=-5, itemIndex=1
_ Controller. animateToItem (-4) corresponds to itemIndex=2
}
RealIndex=-3, itemIndex=3
Click the button to jump to controller. animateToItem (3)
The scrolling method is strange, I understand, but I need to change this situation
For example, the current realIndex=-42 itemIndex=5
Controller. animateToItem (3) realIndex=-40 instead of 3
Do you have any ideas
The text was updated successfully, but these errors were encountered: