Accordion component animation?

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.

Doesnt appear there is.

I dont think there is a need to make them in a webdev module tho. you can simulate an accordion just fine using the normal containers and some scripts

Are there any projects you know of that simulate the accordion as you spoke of? I ran into this animation problem several days ago and I've been trying to develop an "accordion" since, but I haven't had any luck.