react-magma
react-magma copied to clipboard
Modal: closing modals is slow
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.