diff --git a/public_html/functions.js b/public_html/functions.js
index dec44e1..8a72065 100644
--- a/public_html/functions.js
+++ b/public_html/functions.js
@@ -1,3 +1,11 @@
+document.querySelectorAll('.paused-animation').forEach(el => {
+ el.addEventListener('click', () => {
+ el.classList.toggle('active');
+ });
+});
+
+
+// icosahedron
// Wait for everything to load
window.onload = function() {
// Make sure THREE is available
diff --git a/public_html/index.html b/public_html/index.html
index 3e07268..930659c 100644
--- a/public_html/index.html
+++ b/public_html/index.html
@@ -139,7 +139,7 @@
-
+
watchfaces for smartwatches
@@ -147,9 +147,9 @@
ever since the original pebble came out in 2013 I've been in love with the idea of creating my own watchfaces. over the years I have programmed serveral watchfaces for the various pebble smartwatch models as well as fitbit smartwatches.
-
+
3d animation for “lastfuture”
-
+

@@ -161,13 +161,5 @@
-
-