mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-16 13:48:13 +00:00
docs: add link to layout transitions (#19770)
This commit is contained in:
parent
4635420e8e
commit
52734871b4
@ -20,7 +20,7 @@ export default defineNuxtConfig({
|
||||
```
|
||||
|
||||
::alert{type=warning}
|
||||
If you are changing layouts as well as page, the page transition you set here will not run. Instead, you should set a layout transition.
|
||||
If you are changing layouts as well as page, the page transition you set here will not run. Instead, you should set a [layout transition](/docs/getting-started/transitions#layout-transitions).
|
||||
::
|
||||
|
||||
To start adding transition between your pages, add the following CSS to your [`app.vue`](/docs/guide/directory-structure/app):
|
||||
|
Loading…
Reference in New Issue
Block a user