Add some cheap transition anymation.
This commit is contained in:
parent
c9604eec9d
commit
6fad01339c
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue