forked from AkkomaGang/admin-fe
add: add transition.css
This commit is contained in:
parent
11beefdb44
commit
5eda0685ed
2 changed files with 11 additions and 11 deletions
10
src/styles/transition.scss
Normal file
10
src/styles/transition.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
//globl transition css
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.28s;
|
||||
}
|
||||
|
||||
.fade-enter,
|
||||
.fade-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue