Baozhangchao hace 3 años
padre
commit
2ab03323da
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/components/Popup.vue

+ 2
- 2
src/components/Popup.vue Ver fichero

@@ -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 {