I want to disable the animation of Material UI expansion panel in React. How can I disable all the animations applied to the expansion panel?
Tried overwriting the transitions but it didn't help. Let me know how you would overwrite that.
PS: If that is not possible let me know any other light weight expansion panel (accordion) to use with styling customization.
ExpansionPanel
unconditionally uses theCollapse
transition. What kind of styling customization are you trying to make? – Somatotype