From aac0ed7c12afffa1bf046da8d7a9a9d64d11a8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aras=20G=C3=BCng=C3=B6re?= Date: Sun, 24 Mar 2024 08:18:00 +0300 Subject: [PATCH] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index be44e11..69cf469 100644 --- a/index.html +++ b/index.html @@ -838,8 +838,8 @@

Email

var typed = new Typed('.typing',{ strings: ["an Engineer", "a Developer", "a Researcher"], loop: true, - typeSpeed: 100, - backSpeed: 100 + typeSpeed: 85, + backSpeed: 85 });