Is there a way to add a transition animation to the accordion component? I tried adding a transition to .ia_accordionComponent__body–collapsed, but I don’t believe it works because the flex-grow value is 0.
I’m using the component in my sidebar nav and would like to smooth the collapse and expand transition.
If not - I’ll attempt to create a component with react-metismenu or just use the webdev module.