Forum Discussion
pyxipyx
10 years agoCommunity Member
mute sound
Hello,
is there a trigger or a javascript that mute the sound without stopping the sequence ?
thanks for the help,
14 Replies
- ShawnaGigacz-47Community Member
Add this js to your audio toggle button
//mute/unmute
// Use the global DS object if it exists, otherwise try require:
var appState = window.DS ? DS.appState : require("helpers/appState");
appState.onToggleVolume();
Related Content
- 7 months ago
- 6 months ago