toggle box
This commit is contained in:
6
resources/sass/components/_transitions.scss
vendored
Normal file
6
resources/sass/components/_transitions.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.fade-enter-active, .fade-leave-active {
|
||||
transition: opacity .3s;
|
||||
}
|
||||
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user