mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-02 07:27:01 +00:00
perf: 优化动画速度
This commit is contained in:
parent
5cd3aea0a3
commit
92f52b100a
@ -3,7 +3,7 @@
|
||||
/* fade */
|
||||
.fade-enter-active,
|
||||
.fade-leave-active {
|
||||
transition: opacity 0.28s;
|
||||
transition: opacity 0.1s;
|
||||
}
|
||||
|
||||
.fade-enter,
|
||||
@ -14,7 +14,7 @@
|
||||
/* fade-transform */
|
||||
.fade-transform-leave-active,
|
||||
.fade-transform-enter-active {
|
||||
transition: all .5s;
|
||||
transition: all .1s;
|
||||
}
|
||||
|
||||
.fade-transform-enter {
|
||||
@ -30,7 +30,7 @@
|
||||
/* breadcrumb transition */
|
||||
.breadcrumb-enter-active,
|
||||
.breadcrumb-leave-active {
|
||||
transition: all .5s;
|
||||
transition: all .1s;
|
||||
}
|
||||
|
||||
.breadcrumb-enter,
|
||||
@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
.breadcrumb-move {
|
||||
transition: all .5s;
|
||||
transition: all .1s;
|
||||
}
|
||||
|
||||
.breadcrumb-leave-active {
|
||||
|
Loading…
Reference in New Issue
Block a user