Baozhangchao 3 年之前
父節點
當前提交
2ab03323da
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/components/Popup.vue

+ 2
- 2
src/components/Popup.vue 查看文件

260
         display: flex;
260
         display: flex;
261
         justify-content: center;
261
         justify-content: center;
262
         transform-style: preserve-3d;
262
         transform-style: preserve-3d;
263
-        transition: all 1.2s ease;
263
+        transition: all 0.8s ease;
264
 
264
 
265
         .front {
265
         .front {
266
         }
266
         }
270
         }
270
         }
271
       }
271
       }
272
       .flipped {
272
       .flipped {
273
-        animation: change 0.8s linear forwards;
273
+        animation: change 0.6s linear forwards;
274
       }
274
       }
275
     }
275
     }
276
     @keyframes change {
276
     @keyframes change {