Created
March 26, 2020 13:47
-
-
Save reallymemorable/d2813502e651b438124c4e1b1d185b5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function startAndHide() { | |
| // update(); | |
| Tone.Transport.start(); | |
| document.getElementById('start').style.display = 'none'; | |
| } | |
| The HTML: | |
| <div style="float: left; width: 50%; text-align: center; " ><div id="start" onclick="startAndHide()">PLAY</div></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment