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 b49f996 commit 9455d77Copy full SHA for 9455d77
01 - JavaScript Drum Kit/index-START.html
@@ -82,6 +82,8 @@ <h1>#JavaScript30 Drum Example</h1>
82
drum.classList.add('playing');
83
}
84
85
+ //drum loop
86
+
87
const drums = document.querySelectorAll('.drum');
88
drums.forEach(drum => drum.addEventListener('transitionend', removeTransition));
89
0 commit comments