rafalbednarczuk / curved_navigation_bar

Animated Curved Navigation Bar in Flutter
BSD 2-Clause "Simplified" License
683 stars 240 forks source link

Animation on tab change #92

Closed marcoberetta96 closed 3 years ago

marcoberetta96 commented 3 years ago

Is it possible to add some screen animation when switching from a tab to another? Something like fading, the previous page disappears while the new one appears.

rafalbednarczuk commented 3 years ago

you have to implement it by yourself separately, it won't be a part of this plugin.