Add some cheap transition anymation.

This commit is contained in:
Roger Braun 2016-11-28 14:35:21 +01:00
parent c9604eec9d
commit 6fad01339c
2 changed files with 10 additions and 1 deletions

View file

@ -263,3 +263,10 @@ attention {
nav {
z-index: 1000;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .2s
}
.fade-enter, .fade-leave-active {
opacity: 0
}