Baozhangchao 3 years ago
parent
commit
2ab03323da
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/components/Popup.vue

+ 2
- 2
src/components/Popup.vue View File

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 {