[docs] update to view transitions in config ref (#7738)

This commit is contained in:
Sarah Rainsberger 2023-07-20 18:04:33 -03:00 committed by GitHub
parent 0c16a8da8d
commit 379981efdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1259,7 +1259,7 @@ export interface AstroUserConfig {
* @version 2.9.0
* @description
* Enable experimental support for the `<ViewTransitions / >` component. With this enabled
* you can opt-in to [client-side routing](https://docs.astro.build/en/guides/client-side-routing/) on a per-page basis using this component
* you can opt-in to [view transitions](https://docs.astro.build/en/guides/view-transitions/) on a per-page basis using this component
* and enable animations with the `transition:animate` directive.
*
* ```js