Commit 2fa7c74a authored by Sébastien Chopin's avatar Sébastien Chopin

Update transition to use Nuxt.js transition

parent 578c1250
...@@ -15,9 +15,7 @@ ...@@ -15,9 +15,7 @@
</a> </a>
</nav> </nav>
</header> </header>
<transition name="fade" mode="out-in"> <nuxt></nuxt>
<nuxt></nuxt>
</transition>
</div> </div>
</template> </template>
...@@ -81,10 +79,10 @@ ...@@ -81,10 +79,10 @@
margin 0 auto margin 0 auto
position relative position relative
.fade-enter-active, .fade-leave-active .page-enter-active, .page-leave-active
transition all .2s ease transition all .2s ease
.fade-enter, .fade-leave-active .page-enter, .page-leave-active
opacity 0 opacity 0
@media (max-width 860px) @media (max-width 860px)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment