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

squared 4.0 watchface on the pebble time round echocentric clockface on the fitbit ionic @@ -147,9 +147,9 @@ frosted watchface for fitbit smartwatches

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”

-
+
LF 3d animation poster-frame LF 3d animation @@ -161,13 +161,5 @@
- -