Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果视频暂停并且在视频暂停期间,我希望控制栏消失。
非常感谢
尝试
.vjs-fade-out {}
基于他们的网站:
关联
在 videojs 5 中,我添加了
.vjs-paused .vjs-control-bar { opacity: 0; }
就这些。