pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Is there any way to disable the tabs icons animation and make it still for all the states? #73

Open agat366 opened 6 years ago

agat366 commented 6 years ago

I want my tabbar to have the same style as common iOS tabbar (classic native one) has: no animations at all (even though they are really great, of course). (In my case, I don't even need the text at the bottom, so still icons, which change their transparency a bit on the state changes is ok). Thanks!

davidhedelin1 commented 6 years ago

@agat366 Found a solution?

agat366 commented 6 years ago

@davidhedelin1, sorry! Missed your response. Actually, since last time I've extended the tabbar control much (even integrated/enhanced it to be used with MvvmCross), but currently I have it locally only and thinking what to do next: either complete refactoring and building my own package or push here (but I have a bit another vision of the architecture concept).