Top drawer animation - unwanted

Hi guys. We are using a left, right and a top drawer to minimize duplicate code. When you navigate into the solution, the top drawer slides in from the top. This feature is unwanted. Is there any way to turn off the animation?
Any suggestions are appreciated :slight_smile:

Øystein

Hi Øystein,

Unfortunately, it is not possible to turn off animation at this time. I think the best solution is to build the header differently.

You could either have a “main”-view as your default view with your header/sidebar as a container on the top/side, and a view-container that contains the different views in your application.

Another alternative is to use a sharable component for the header. This ensures that you maintain only one header component throughout your application.

Hope this helps!

Hi Isabel and thank you for the feedback. We tested view-containers and shareable components. Unfortunately both approaches have their own limitations.
We will continue to evaluate.

Øystein

I understand. I will let you know if I come up with any other solutions.

I am very interested to hear your evaluations of the different approaches if you want to share. This could help improve the product further.

Isabel

Hi again Isabel. After reviewing both approaches, my opinion is that extending the functionality in the sharable component would be the preferred approach for us.

1 Like