From 88e5bfe1036041273b53302b68a598005d667fa8 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 28 Jun 2024 21:37:02 -0500 Subject: [PATCH] Faster animation, temporary "fix" --- static/themes/code/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/themes/code/script.js b/static/themes/code/script.js index b49fa74..304d241 100644 --- a/static/themes/code/script.js +++ b/static/themes/code/script.js @@ -23,7 +23,7 @@ $(document).ready(() => { var arr = $("span").each((_, item) => { if ($(item).text().length > 0) { i++ - typeWriter($(item), i * 450) + typeWriter($(item), i * 150) } }) }) \ No newline at end of file