From 2f509e09fa6daa1f843ade378c3bbc30594aa1e1 Mon Sep 17 00:00:00 2001 From: Kevin Zhu Date: Tue, 20 Dec 2016 19:54:35 -0500 Subject: [PATCH 1/2] sound plays on keypress --- 01 - JavaScript Drum Kit/index-START.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..f4256429d5 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -59,6 +59,20 @@ From 118ca4aeaf1c8e4f1a770ec8f8676f5d88a6d0ee Mon Sep 17 00:00:00 2001 From: Kevin Zhu Date: Wed, 21 Dec 2016 23:06:50 -0500 Subject: [PATCH 2/2] applied hand logic & movement --- 02 - JS + CSS Clock/index-START.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..169f7f1a12 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,36 @@ background:black; position: absolute; top:50%; + transform-origin:100%; + transform:rotate(90deg); + transition: all 0.05s; + transition-timing-function: cubic-bezier(0.02, 1.01, 1, 1); }