itaditya / trick-or-treat-game

Play it for free here
https://trick-or-treat.netlify.com/
16 stars 17 forks source link

Play background audio on page load #17

Closed itaditya closed 4 years ago

itaditya commented 4 years ago

Steps-

  1. Pick a Halloween theme tune.
  2. Lazy load an audio track.
  3. Play that audio in background.
  4. Make sure no control of audio is visible to user.

If the user needs to stop audio they can just mute it from the tab. We don't need to do anything ourselves.

macroexpansion commented 4 years ago

i'll do it

itaditya commented 4 years ago

fixed by @kemda26 in #21.