Skip to content
New issue

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

swiperController.move(1, animation: false).animation: false.Setting does not take effect. #83

Open
XDJcc opened this issue Aug 4, 2023 · 3 comments

Comments

@XDJcc
Copy link

XDJcc commented Aug 4, 2023

I want to jump to the screen with the specified subscript., using swiperController.move(1, animation: false). I found that the jump in the interface is still animated.

@Jason-zzzz
Copy link

you can fix it in transformer_page_view.dart line 590

_pageController.jumpToPage(index); // add this line
event.complete();

@sgehrman
Copy link

same issue

@XutongGithub
Copy link

same issue

_pageController.jumpToPage(index); // add this line
event.complete();

is work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants