|
@@ -520,11 +520,11 @@ let todoCount = $computed(() =>
|
|
|
|
|
|
.count-animation-enter-active,
|
|
.count-animation-enter-active,
|
|
.count-animation-leave-active {
|
|
.count-animation-leave-active {
|
|
- transition: all 1s ease;
|
|
|
|
|
|
+ transition: all 1.2s ease-in-out;
|
|
}
|
|
}
|
|
.count-animation-enter-from,
|
|
.count-animation-enter-from,
|
|
.count-animation-leave-to {
|
|
.count-animation-leave-to {
|
|
opacity: 0;
|
|
opacity: 0;
|
|
- transform: translateY(30px);
|
|
|
|
|
|
+ transform: translateY(18px);
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|