Right now page transitions can either be defined globally in the config, or individually in page components. The latter enables two huge features:
Layout transitions, however, can only be defined globally in nuxt.config, which limits us to only one transition, and no access to the Vuex store.
Secondly, the page transition property can be a function that conveniently gives us access to the to/from of route changes. This would also be useful in layout transitions.
Tagging @homerjam since you implemented layout transitions 👍
<!--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/c2455">#c2455</a>)</em></sub></div>