From ad9c58b30862a8104060ffa38261466a416c414c Mon Sep 17 00:00:00 2001 From: koziscool Date: Thu, 29 Dec 2016 21:18:26 -0600 Subject: [PATCH 1/2] drum kit --- 01 - JavaScript Drum Kit/index-START.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..386c631084 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,24 @@ From 0402002a66d4761176c144253e0209b67eecc4dd Mon Sep 17 00:00:00 2001 From: koziscool Date: Tue, 10 Jan 2017 22:01:39 -0600 Subject: [PATCH 2/2] clock --- 02 - JS + CSS Clock/index-START.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..0a1877097e 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,39 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: cubic-bezier( 0.1, 2.7, 0.58, 1); }