@@ -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;
}