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.
我正在学习使用reveal.js,我发现它非常强大。我想知道是否有可能在每次幻灯片转换时让显示播放声音。我做了一个带有自动滑动选项的演示文稿,当幻灯片发生变化时发出声音会很有用。有人能帮我吗 ?谢谢
您可以为此使用该data-autoplay属性,它适用于视频和音频元素。当此属性出现在reveal.js 内的媒体元素上时,该元素将在您进入/离开它所在的幻灯片时自动播放/暂停。
data-autoplay
<section> <audio data-autoplay src="yourAudioFile.mp3"></audio> </section>
https://github.com/hakimel/reveal.js#embedded-media