caduandrade / tabbed_view

Widget inspired by the classic Desktop-style tab component.
MIT License
51 stars 16 forks source link

Is it possible to add a transition animation between tabs? #40

Open NamanShergill opened 1 year ago

NamanShergill commented 1 year ago

So it feels a bit less jarring, the way the default tabviews, and tabs in the tabbar widget animate.

I’m assuming the former could be achieved by using a transition widget, but doesn’t seem like the library allow you to be able to pass something like that own currently.

As for the animation between switching tabs, I assume that’s more complicated, based on how it’s done in the native tabbar widget.