From 287d4a45b45d9025432b2b2f13dc2c8e452f8ff4 Mon Sep 17 00:00:00 2001 From: Mushroom King Date: Sun, 24 Feb 2019 23:30:50 -0800 Subject: [PATCH 1/2] finish js 01 --- 01 - JavaScript Drum Kit/index-START.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..60d2fbed66 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,23 @@ From d1669a346b7824d7be16bc4d72293554341036e3 Mon Sep 17 00:00:00 2001 From: Mushroom King Date: Mon, 25 Feb 2019 22:10:16 -0800 Subject: [PATCH 2/2] 02 --- 02 - JS and CSS Clock/index-START.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/02 - JS and CSS Clock/index-START.html b/02 - JS and CSS Clock/index-START.html index 7cbf5f6ba6..2651196509 100644 --- a/02 - JS and CSS Clock/index-START.html +++ b/02 - JS and CSS Clock/index-START.html @@ -62,12 +62,38 @@ 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); }