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
If from the callback of an alert dialog box, I trigger a process that brings up another dialog box, the second will display and then hide instantly.
This is because the first one didn't finish hiding. If there was a callback or event when transitionDone is called, then I wouldn't have to kludge my code with a 300ms delay. (I chose 300ms since the transition lasts 250ms.)