master: change repo
This commit is contained in:
12
src/styles/transitions.scss
Normal file
12
src/styles/transitions.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
// sass-lint:disable no-transition-all final-newline
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition-duration: .1s;
|
||||
transition-property: opacity;
|
||||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
.fade-enter,
|
||||
.fade-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user