I am using Material UI tabs for my navigation menu.
I want to disable the animation from the indicator when navigating to another route.
I know there is a object prop TabIndicatorProps
. But what is the key inside it to disable the animation? Or is it not there and do I have to do it with CSS?
<Tabs
value={value}
TabIndicatorProps={{ ?? }}
>