From cffb1d0d000c762604b272a7ed58698a7507f99a Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 19 Feb 2023 16:09:31 +1100 Subject: [PATCH] style: update timings --- assets/js/hacker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/hacker.js b/assets/js/hacker.js index a72c6c3..fe55165 100644 --- a/assets/js/hacker.js +++ b/assets/js/hacker.js @@ -27,7 +27,7 @@ document.querySelector(".hacker").onmouseover = event => { } iteration += 1 / 3; - }, 10); + }, 30); } document.querySelector(".hacker2").onmouseover = event => { let iteration2 = 0;