Static GitHub Issues

[330] Question: apply a transition on the initial render of a node

prev: Cannot find /_nuxt/vendor.bundle.js
next: Unknown plugin "transform-async-to-generator" for npm linked repositories

Hi, I am using nuxt's transition object to set the animation for loading routes, If you also want to apply a transition on the initial render of a node in Vue you can add the 'appear' attribute.

<transition appear>
  <!-- ... -->
</transition>

Which should use the transitions specified for entering and leaving by default.

However this attribute doesn't seem to be present in the nuxt docs amongst the keys available for the transition properties. Is there a way to make the transition also happen on the initial load of the node using the transition object in nuxt?

Thank you.

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