You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01 - JavaScript Drum Kit/index-START.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@
91
91
- html5 media elements (audio) have a currentTime method as well as many other methods
92
92
- Element.classList has an add, remove, and toggle method which looks just as easy
93
93
to use as using jquery's addClass method
94
-
- transitions are events that I can listen for https://developer.mozilla.org/en-US/docs/Web/Events/transitionend. Similaryly, can also listen for animations using the animation end event.
94
+
- transitions are events that I can listen for https://developer.mozilla.org/en-US/docs/Web/Events/transitionend. Similarly, can also listen for animations using the animation end event.
0 commit comments