From fe32705148b9fa3939b99870992e590ac8be8297 Mon Sep 17 00:00:00 2001 From: Matt Jared Date: Tue, 20 Dec 2016 14:11:30 -0600 Subject: [PATCH 1/3] First video follow along --- 01 - JavaScript Drum Kit/index-START.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html index 4070d32767..46bd18c96e 100644 --- a/01 - JavaScript Drum Kit/index-START.html +++ b/01 - JavaScript Drum Kit/index-START.html @@ -58,7 +58,21 @@ From 5c39dabb3b1befd49d38559204da84c3213d2d41 Mon Sep 17 00:00:00 2001 From: Matt Jared Date: Tue, 20 Dec 2016 16:48:18 -0600 Subject: [PATCH 2/3] Adding vid 2 changes --- 02 - JS + CSS Clock/index-START.html | 13 +++++++++++++ 03 - CSS Variables/index-START.html | 3 +++ 2 files changed, 16 insertions(+) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index 2712384201..b584ebb1c2 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -61,12 +61,25 @@ background:black; position: absolute; top:50%; + transform-origin: 100%; + transform: rotate(90deg); + transition: all 0.05s; + transition-timing-function: ease-in-out; } diff --git a/03 - CSS Variables/index-START.html b/03 - CSS Variables/index-START.html index 7171607a8b..5fc251cce3 100644 --- a/03 - CSS Variables/index-START.html +++ b/03 - CSS Variables/index-START.html @@ -45,9 +45,12 @@

Update CSS Variables with JS

input { width:100px; } + + From 144f20508b68ead380bcf7e10f67b8c2ffefa178 Mon Sep 17 00:00:00 2001 From: Matt Jared Date: Fri, 6 Jan 2017 13:59:43 -0600 Subject: [PATCH 3/3] adding day 2 --- 02 - JS + CSS Clock/index-START.html | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html index b584ebb1c2..f48b4ef25c 100644 --- a/02 - JS + CSS Clock/index-START.html +++ b/02 - JS + CSS Clock/index-START.html @@ -64,22 +64,32 @@ transform-origin: 100%; transform: rotate(90deg); transition: all 0.05s; - transition-timing-function: ease-in-out; + transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1); } -