Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fdb770

Browse filesBrowse files
committed
removing css class complete
1 parent 42d1532 commit 3fdb770
Copy full SHA for 3fdb770

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎01 - JavaScript Drum Kit/index-START.html‎

Copy file name to clipboardExpand all lines: 01 - JavaScript Drum Kit/index-START.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
function removeTransition(e){
7676
if(e.propertyName !== 'transform') return; //skip if not transform
77-
console.log(e.propertyName);
77+
this.classList.remove('playing')
7878
}
7979

8080
const keys = document.querySelectorAll('.key');

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.