From d22edbdd8a92336c019226dc3dbc48d9200a83ed Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 5 Nov 2024 08:18:36 +0100 Subject: [PATCH] Change delay --- assets/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/index.js b/assets/index.js index 9273c11..8a63cec 100644 --- a/assets/index.js +++ b/assets/index.js @@ -1,6 +1,6 @@ // animation speeds cause why not -const TYPING_SPEED = 60; -const ERASE_SPEED = 80; +const TYPING_SPEED = 50; +const ERASE_SPEED = 70; const STATUS_UPDATE_INTERVAL = 60000; // 1min updates const TIME_UPDATE_INTERVAL = 1; // 1ms updates (yeah its bad)