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
Astro v5.1.9
Node v18.20.3
System Linux (x64)
Package Manager npm
Output static
Adapter none
Integrations none
If this issue only occurs in one browser, which browser is a problem?
Firefox
Describe the Bug
Hi, it seems when I use ClientRouter on FF without any additional markup, nothing happens. To get it to work the way it does in Chromium/WebKit I need to add something like <html ... transition:name='fade'>
What's the expected result?
One of:
it should behave the same as Chromium/Webkit
the docs are updated to indicate the change required to also support Firefox
Hi @alexgagnon 👋🏼, thank you very much for pointing this out!
The first alternative you suggested could lead to unexpected changes for existing sites. Considering this and our hope that Firefox will add native view-transition support soon, I'd prefer to keep the current behavior unchanged.
I really like your second suggestion. It would be great if you could open a PR against the withastro/docs repository to document this.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
Firefox
Describe the Bug
Hi, it seems when I use ClientRouter on FF without any additional markup, nothing happens. To get it to work the way it does in Chromium/WebKit I need to add something like
<html ... transition:name='fade'>
What's the expected result?
One of:
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-jgjbzn1q?file=src%2Fpages%2Fabout.astro,src%2Fpages%2Findex.astro,src%2Flayouts%2FLayout.astro&title=Astro%20Starter%20Kit:%20Basics
Participation
The text was updated successfully, but these errors were encountered: