Baozhangchao 3 anni fa
parent
commit
2ab03323da
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/components/Popup.vue

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

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