Forum Discussion

pyxipyx's avatar
pyxipyx
Community Member
10 years ago

mute sound

Hello,

is there a trigger or a javascript that mute the sound without stopping the sequence ?

thanks for the help,

14 Replies

  • 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();