diff options
Diffstat (limited to '.changeset/five-geese-crash.md')
-rw-r--r-- | .changeset/five-geese-crash.md | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.changeset/five-geese-crash.md b/.changeset/five-geese-crash.md deleted file mode 100644 index 832d3daca..000000000 --- a/.changeset/five-geese-crash.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': major ---- - -Change the [View Transition built-in animation](https://docs.astro.build/en/guides/view-transitions/#built-in-animation-directives) options. - -The `transition:animate` value `morph` has been renamed to `initial`. Also, this is no longer the default animation. - -If no `transition:animate` directive is specified, your animations will now default to `fade`. - -Astro also supports a new `transition:animate` value, `none`. This value can be used on a page's `<html>` element to disable animated full-page transitions on an entire page. |