Skip to content

Instantly share code, notes, and snippets.

@edwerner
Last active December 14, 2015 19:49
Show Gist options
  • Save edwerner/5139255 to your computer and use it in GitHub Desktop.
Save edwerner/5139255 to your computer and use it in GitHub Desktop.
// pass 'true' boolean to enable jquery
// pass optional jquery easing parameter
soundManager.fadeMute('WOLVES_DEMO_AUDIO', '1000', 'true', 'easeOutBounce');
// pass 'false' boolean to omit jquery easing parameter
soundManager.fadeMute('WOLVES_DEMO_AUDIO', '1000', 'true', 'false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment