We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d8b50 commit 0bae060Copy full SHA for 0bae060
animation/02-pop-up/solution/solution.js
@@ -1,6 +1,5 @@
1
const openButton = document.getElementById('trigger-modal');
2
const closeButton = document.getElementById('close-modal');
3
-const backdrop = document.getElementById('backdrop')
4
5
function toggleModal() {
6
const modalDiv = document.querySelector('.popup-modal');
0 commit comments