react-magma icon indicating copy to clipboard operation
react-magma copied to clipboard

Modal: closing modals is slow

Open silvalaura opened this issue 1 year ago • 0 comments

We want to investigate why closing modals through the built in X button is slow. Compared to the "custom close button" solution, you can see the former is slower.

In the code, there is a 300ms timeout-- why is it there? are animations causing us to slow down the closing of a modal?

We want to get rid of the delay and any animations on the Modal component.

silvalaura avatar Oct 30 '24 15:10 silvalaura