瀏覽代碼

elegant animation

Michael Wang 3 年之前
父節點
當前提交
cb11947a51
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>