0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/.changeset/curly-spoons-pull.md
Martin Trapp 36bb3b6025
fix(astro): newer navigation aborts existing one (#10900)
* Detection and cancelation of previous navigations and view transitions

* typos and wording

* typos and wording

* add test for animation cancelation

* second round

* final touches

* final final touches

* Clear the most recent navigation after view transition finished
2024-04-30 11:46:23 +02:00

130 B

astro
patch

Detects overlapping navigation and view transitions and automatically aborts all but the most recent one.