소스 검색

动画bug修改

黄琪勇 4 달 전
부모
커밋
9bc0c8c8fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/components/element/enjoyElement/enjoyPlayer.vue

+ 1 - 1
src/views/components/element/enjoyElement/enjoyPlayer.vue

@@ -425,7 +425,7 @@ const handleMousedownPlayBar = () => {
             bottom: 0;
             background: rgba(255, 255, 255, 0.4);
             height: 10px;
-            transition: all 0.5s ease;
+            //transition: all 0.5s ease; //这个和ppt动画效果冲突,见禅道12278
             will-change: width;
             border-radius: 6px;
           }