Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 555 Bytes

five-geese-crash.md

File metadata and controls

11 lines (7 loc) · 555 Bytes
astro
major

Change the View Transition built-in animation 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.