Explorar o código

elegant animation

Michael Wang %!s(int64=3) %!d(string=hai) anos
pai
achega
cb11947a51
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>