andkulikov / Transitions-Everywhere

Set of extra Transitions on top of Jetpack Transitions Library
Apache License 2.0
4.82k stars 487 forks source link

Is there any way to rotate menu item in the bottomNavigationView? #86

Closed SimonPeter1909 closed 5 years ago

SimonPeter1909 commented 6 years ago

I have a bottomNavigationView and I have to load more menu items when I press the more icon in the bottoNavigationView. So If the More menu item rotates it will look good...

andkulikov commented 6 years ago

Hi. I don't know how updating menu items is implemented in bottomNavigationView, never used this widget. But I don't think it is a task for Transitions anyway. So you have more icon before and after this change? To start animation you need ability to get view itself in some way, not menu item. Please check do they provide such api, if you have view you can start animator on it.