Element background flashes when using <ClientRouter />
#12720
Labels
- P2: has workaround
Bug, but has workaround (priority)
feat: view transitions
Related to the View Transitions feature (scope)
Astro Info
If this issue only occurs in one browser, which browser is a problem?
Firefox
Describe the Bug
When using
<ClientRouter />
(Previosly<ViewTransitions />
) on Firefox with dark themed background, the element will be lighter when switching between pages.2024-12-11.23-12-17.mp4
Seems like d7779df fixed flashing issue for website using light themed background when using
<ClientRouter />
on Firefox. But on dark themed background website, it doesn't looks good.What's the expected result?
This is website before d7779df merged into main with #12046, which shipped with
[email protected]
2024-12-11.23-13-02.mp4
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-tgfpwccu
Participation
The text was updated successfully, but these errors were encountered: