From b9221f6230e165a60e910072ff49ffdc55c5dad1 Mon Sep 17 00:00:00 2001 From: jacqueline potts Date: Wed, 14 Dec 2016 15:46:12 -0500 Subject: [PATCH 1/2] Completed project following along with the tutorial --- 01 - JavaScript Drum Kit/index-START.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..06ca4d0a6e 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,28 @@ From 8f1d2afc09d11642d920c712ff726a2eeba7834f Mon Sep 17 00:00:00 2001 From: jacqueline potts Date: Mon, 19 Dec 2016 16:49:14 -0500 Subject: [PATCH 2/2] Add functions to trigger movement of second, minute, and hour hands --- 02 - JS + CSS Clock/index-START.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..31341c2834 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,34 @@ 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); }