Created
June 10, 2018 22:37
-
-
Save lonekorean/e74538a07fbe9ae34767bf0059b64d78 to your computer and use it in GitHub Desktop.
Starting floaty bubbles
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
// wait for DOM to load | |
window.addEventListener('DOMContentLoaded', () => { | |
// start floaty bubbles background | |
Object.create(floatyBubbles).init({ | |
canvasSelector: '#bg' | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment