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
I have 2 tabs, one of which has a popup mounted in document.body. The popup should appear and disappear smoothly. To do this, I use svelte/transition with the |global modifier.
The problem is that when I switch tabs, the tab that has Popup in it (Tab1) is not removed from the DOM until the Popup disappearance animation is over.
I would like to make the Tab2 component unmount and remove from the DOM instantly, and the Popup component smoothly.