Pārlūkot izejas kodu

elegant animation

Michael Wang 3 gadi atpakaļ
vecāks
revīzija
cb11947a51
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/features/mark/CommonMarkBody.vue

+ 1 - 1
src/features/mark/CommonMarkBody.vue

@@ -658,6 +658,6 @@ const showBigImage = (event: MouseEvent) => {
   }
 }
 .rotate-board-1 {
-  animation: rotate 0.6s;
+  animation: rotate 0.6s ease-in-out;
 }
 </style>