[docs] update to view transitions in config ref (#7738)
This commit is contained in:
parent
0c16a8da8d
commit
379981efdc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue