PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Question about pageTransitionAnimation
I saw this closed issue: https://github.com/BilalShahid13/PersistentBottomNavBar/issues/57
Searching a solution in my issue https://github.com/BilalShahid13/PersistentBottomNavBar/issues/227 I tried to use "pushNewScreenWithRouteSettings" with the option "pageTransitionAnimation".
And I was surprised to see that I can use PageTransitionAnimation.slideUp or PageTransitionAnimation.slideRight but not PageTransitionAnimation.slideDown or PageTransitionAnimation.slideLeft
Is there a specific reason for not having implemented these animations?
I saw that PageTransitionAnimation.cupertino could be an alternative but it would be more clear to have the choice of a "slideLeft" animation, don't you think?