You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your interest in working with our products and for using our issue template.
At the moment we do not have a fix for this issue.
We'll continue to search for one.
Meantime, if you have a solution, please share it with us.
The issue is related to the uncontrolled collapse component from reactstrap.
It automatically adds the "show" css class which is used to describe the animation for opening.
BUT
It doesn't add automatically the "collapsing-out" for the closing animation.
Implementing the Collapse component instead of Uncontrolled Collapse will allow us to describe the actions for the onExiting event, and put the "collapsing-out" animation to the component.
Version
1.0.0
Reproduction link
https://demos.creative-tim.com/argon-design-system-react/#/
Steps to reproduce
The behaviour is different from other Ui kit (BLK, non react Argon, Angular Argon....)
What is expected?
Instant closing of the menu
What is actually happening?
Delay, seems laggy.
Solution
Additional comments
I'm kinda newbie but is it a css issue ? Transition ? What should I try to fix it ?
The text was updated successfully, but these errors were encountered: