here: https://codesandbox.io/s/agitated-cherry-r6rdt?file=/src/App.js
| Tech | Version |
| ----- | ------- |
| @clayui/panel | v3.2.3 |
| React | v16.12 |
| Microsoft Edge Windows 10 | 84.0.522.63 (Latest) |
Investigating this more closely, it is a very unique bug in the Microsoft Edge based Chromium that only happens on Win 10, it doesn't happen on the Mac and it also doesn't happen on Microsoft Edge not Chromium 馃檪. Apparently, MS Edge Chromium is not issuing the onTransitionEnd event that we need to make the transitions, it appears to be more of a browser bug, so I will look into this more carefully next week so as not to prevent Clay from launching today.
Thanks for the response @matuzalemsteles. I know is not a critical issue, but any updates about it tell me.
Thanks!
Just for additional information. It can't be reproduced on IE11(11.1016), Edge(44.18 EdgeHTML)
Also, not reproduced on Edge(85 Chromium)
It may be already fixed on Edge v85?
This should be supported even if it's fixed on Edge. If the CSS is modified to transition: none, it should still work.