diff --git a/.tern-project b/.tern-project
new file mode 100644
index 0000000000..d6340ba088
--- /dev/null
+++ b/.tern-project
@@ -0,0 +1,8 @@
+{
+ "ecmaVersion": 6,
+ "libs": [
+ "browser",
+ "jquery"
+ ],
+ "plugins": {}
+}
\ No newline at end of file
diff --git a/01 - JavaScript Drum Kit/index-START.html b/01 - JavaScript Drum Kit/index-START.html
index 4070d32767..d29f84319f 100644
--- a/01 - JavaScript Drum Kit/index-START.html
+++ b/01 - JavaScript Drum Kit/index-START.html
@@ -58,7 +58,26 @@
diff --git a/02 - JS + CSS Clock/index-START.html b/02 - JS + CSS Clock/index-START.html
index 2712384201..e63904092a 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 */
+ transition: all 0.05s;
}
.hand {
@@ -61,13 +62,32 @@
background:black;
position: absolute;
top:50%;
+ transform-origin: 100%;
}