3 ms·
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/
by devalexwells 2y 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_Transition_API https://developer.mozilla.org/en-US/docs/Web/API/View_Transi...
2. https://docs.astro.build/en/guides/view-transitions/#built-in-animation-directives https://docs.astro.build/en/guides/view-transitions/#built-i...
- __jonas 2y agoAstro 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.
- devalexwells 2y agoI stand corrected--didn't notice at first. I do prefer the crossfade, admittedly.