Hello, I'm experiencing a flickering issue when navigating between pages in my Astro project. This issue occurs specifically on pages that use a custom dialog component (DialogAnimation.astro) that implements its own morphing animations using the View Transitions API. Despite trying several solutions, the flickering persists.
When I navigate between pages (e.g., from /about to /services or vice versa), there's a noticeable flickering on the screen during the transition. This happens even if the dialog is closed when I start browsing. If the dialog is open, the behavior is even more erratic.