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

Cannot handle handleTabControllerAnimationTick of auto_tab_view #2033

Open
duymanhit opened this issue Aug 11, 2024 · 0 comments
Open

Cannot handle handleTabControllerAnimationTick of auto_tab_view #2033

duymanhit opened this issue Aug 11, 2024 · 0 comments

Comments

@duymanhit
Copy link

Hello @Milad-Akarie,

Your logic of auto_tab_view is so fantastic. But it is quite difficult for me to understand at my current level. I have struggled to control animation duration when the user scrolls the page horizontally. The parameter duration in AutoTabsRouter.tabBar just affects when we tap to another tab in the tab bar.

The reason is that each my tab view contains a list, so when I scroll horizontally to move to the next tab, and then I immediately tend to scroll vertically to interact with the inner listview. This vertical scroll is still in moving tab instead scroll the inner listview.

The solution is that we need to make the animation when the user scrolls to the moving tab faster. Because vertical scroll action is happening when the animation of the moving page is still in Curves.ease

Please help me, thanks a lot!

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

1 participant