Michael Wang 3 жил өмнө
parent
commit
90b64971f3

+ 2 - 2
src/features/mark/MarkHeader.vue

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