Skip to content

Latest commit

 

History

History

01-DrumKit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

#1: JavaSctipt Drum Kit

A web keyboard drum kit.

User can press any key which shows up on the page. Each key plays different sound. A transforming motion presents when user press any of those keys, and it ends right away.

Keywords

HTML / JS

  • <audio>
  • Attribute: data-*
  • Event property: key  keyCode
  • Event: transitionend
  • element.classList.add()  .classList.remove()  .classList.toggle()

CSS

  • transition: all 0.07s
  • transform: scale(...)

Credit

Images

Sounds

  • Sound Effects
    • Please see the credit_of_sounds.md file in the sounds folder.