You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: