I'm trying to make a navbar with the right collapsing animation when having the mobile screen size.
I've been following this tutorial : https://angularfirebase.com/lessons/bootstrap-4-collapsable-navbar-work-with-angular/#ui-top-nav-component-html and managed to make this work. However, as you can see in the example, you first have a block appearing then the text sliding. Of course, I would like to have the text and block slide at the same time like in the bootstrap documentation (Bootstrap navbar) - to see it you just have to reduce the window and press on the navbar button to see the menu collapsing smoothly.
Is it possible through the animations or other way ?