Static GitHub Issues

[1570] Chrome bug? nuxt bug?

prev: about the flash
next: Nested view transition help

OS: Win 10 latest; Chrome: 60.0.3112.113 64bit; template: nuxt/koa;

Sorry, My English... When the transparency is switched, the page flashes unexpectedly.(At this time range -> transition: opacity 0.5s)

I'll upload screenshots later.

If I delete the code:

.page-enter-active,
.page-leave-active {
    transition: opacity 0.5s
}

.page-enter,
.page-leave-active {
    opacity: 0
}

Cannot be reproduced that.

<!--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/c1402">#c1402</a>)</em></sub></div>