wesbos / Wes-Bos-Video-Notes

These are notes that supplement the videos on Wes Bos Courses
73 stars 301 forks source link

Update 1 - JavaScript Drum Kit - 194130650.md #40

Closed Marwerk closed 1 year ago

Marwerk commented 1 year ago

Key border does not revert back to its original shape after key press due to negation (!) not being removed before == 'transform'

Asjas commented 1 year ago

Hey @landlocked-farmer

Can you please join Wes' Slack (you should have received an invite email) and post your issue and your complete code (HTML file and CSS file) in the #javascript30 channel so that we can assist you, Slack is better suited for support 🙂

I tested the code with the negation (!) before the == 'transform' and the key is reverted back fine, so there might be another issue in your code that we would need to assist you with.