Comment by devalexwells

1 day ago

I believe the "obnoxious blur" is a common view transition API animation [1]. Astro uses similar as a default [2].

1. https://developer.mozilla.org/en-US/docs/Web/API/View_Transi...

2. https://docs.astro.build/en/guides/view-transitions/#built-i...

Astro uses a crossfade as the default view transition, as is described in the docs you linked, it doesn't use any blur.

I haven't seen `filter: blur` used for view transitions before, wouldn't personally call it obnoxious, but to each their own.

I think as long as prefers-reduced-motion is respected, its' fair game.