JavaScript30
JavaScript30 copied to clipboard
Fixed long press key problem
on long press of key the addEventListener("transitionend",removeTransition) was not working So I changed the event type to "keyup" and that worked fine