Static GitHub Issues

[1519] Add support for layout transitions

prev: Why does client side rendering wrong when i add routes from plugins?
next: i've uploaded myproject to server and my site page not found.

Currently it appears there is only support for page level transitions. There is a workaround suggested here but as you can see this gives concurrent transitions (ie. mode is not respected so enter/leave transitions are triggered at the same time).

I think this suggestion makes sense. Though it might be best to specify a global setting in nuxt.config.js and then allow this setting to be overridden somehow (ie. in the layout component).

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This feature request is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1352">#c1352</a>)</em></sub></div>