소스 검색

修改文字动画保存bug

zhangwf 5 년 전
부모
커밋
82112431bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {