From 92b6307293ef5a8e8f4569ced9d971ed85c3d3ec Mon Sep 17 00:00:00 2001 From: Stefan Bauckmeier Date: Sat, 10 Dec 2016 18:33:09 +0100 Subject: [PATCH 1/3] 01 done --- 01 - JavaScript Drum Kit/index.html | 62 ++++++++++++++++------------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html index 246639f990..af6ace38e1 100644 --- a/01 - JavaScript Drum Kit/index.html +++ b/01 - JavaScript Drum Kit/index.html @@ -6,77 +6,85 @@ - -
A clap +
S hihat +
D kick +
F openhat +
G boom +
H ride +
J snare +
K tom +
L tink +
- - - - - - - - - - From 363fd2a55dfbd971b24183862c0c9387963a0bff Mon Sep 17 00:00:00 2001 From: Stefan Bauckmeier Date: Sat, 10 Dec 2016 18:42:54 +0100 Subject: [PATCH 2/3] [01] fix small typo on --- 01 - JavaScript Drum Kit/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01 - JavaScript Drum Kit/index.html b/01 - JavaScript Drum Kit/index.html index af6ace38e1..9163836e90 100644 --- a/01 - JavaScript Drum Kit/index.html +++ b/01 - JavaScript Drum Kit/index.html @@ -76,7 +76,7 @@ function showSoundIsPlayingOn(soundElement) { soundElement.classList.add('playing'); soundElement.addEventListener('transitionend', function(event) { - if (event.propertyName == 'transform') { return; } + if (event.propertyName != 'transform') { return; } event.currentTarget.classList.remove('playing'); }); } From 4d4d59c65faab1eb83a2a4ffcd374539cf618931 Mon Sep 17 00:00:00 2001 From: Stefan Bauckmeier Date: Sun, 11 Dec 2016 13:15:15 +0100 Subject: [PATCH 3/3] 02 done --- 02 - JS + CSS Clock/index.html | 79 +++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 31 deletions(-) diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html index 1c777557da..79ac9d06e5 100644 --- a/02 - JS + CSS Clock/index.html +++ b/02 - JS + CSS Clock/index.html @@ -5,16 +5,13 @@ JS + CSS Clock - - -
-
-
-
-
-
+
+
+
+
+
- +
- + new Clock(); +