logoalt Hacker News

devalexwellsyesterday at 11:23 AM1 replyview on HN

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...


Replies

__jonasyesterday at 2:22 PM

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.

show 1 reply