diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..c2de015606 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,24 @@
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
index 2712384201..94c1eee67b 100644
--- a/02 - JS + CSS Clock/index-START.html
+++ b/02 - JS + CSS Clock/index-START.html
@@ -53,6 +53,7 @@
width: 100%;
height: 100%;
transform: translateY(-3px); /* account for the height of the clock hands */
+
}
.hand {
@@ -61,13 +62,36 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
+ transition: all 0.05s;
+ transition-timing-function: cubic-bezier(0.56, 2.74, 0.58, 1);
}