Browse Source

修改文字动画保存bug

zhangwf 5 năm trước cách đây
mục cha
commit
82112431bc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/font/font.vue

+ 1 - 1
src/components/font/font.vue

@@ -89,7 +89,7 @@
   }
   .bounce{
     span{
-      transform: translate3d(0,-100%,0);
+     // transform: translate3d(0,-100%,0);
       animation: spanbounce 1s 1s both;
     }
     @keyframes spanbounce {