I was wondering if it's possible to fade out audio by pressing a button, and fade it back in by pressing another.
I have an audio file that autoplays on load and have used sym.$("audio")[0].muted = true; on a button to mute it, but need to fade it out over 1000ms or so.
Thanks in advance!