From a74f4aec7ec233d3eb9cb5275806723c3b061140 Mon Sep 17 00:00:00 2001 From: BEKIRKSU Date: Sun, 11 Aug 2024 03:12:04 +0100 Subject: [PATCH] Updates to home page initial message speed --- src/Routes/Home/Home.css | 8 ++++---- src/Routes/Home/Home.jsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Routes/Home/Home.css b/src/Routes/Home/Home.css index 916e62b..6754225 100644 --- a/src/Routes/Home/Home.css +++ b/src/Routes/Home/Home.css @@ -46,17 +46,17 @@ body, h1, p, a { max-width: 100%; overflow: hidden; animation: - typing 4.5s steps(40, end) forwards, - blink .75s step-end infinite; + typing 2.9s steps(20, end) forwards, + blink .2s step-end infinite; } .typewriter p { color: black; width: fit-content; opacity: 0; - animation-duration: 4s, .75s; + animation-duration: 3.2s, .45s; animation-timing-function: steps(40, end), step-end; - animation-delay: 2s, 3.5s; + animation-delay: 1.2s, 3.5s; animation-fill-mode: forwards, forwards; animation-iteration-count: 1, infinite; margin-bottom: 2vh; diff --git a/src/Routes/Home/Home.jsx b/src/Routes/Home/Home.jsx index 017d269..911f085 100644 --- a/src/Routes/Home/Home.jsx +++ b/src/Routes/Home/Home.jsx @@ -18,7 +18,7 @@ function Home() {

Welcome to MM-Code

-

Embark on a journey of deep practice with us, overcoming initial challenges to attain coding expertise.

+

Overcome your initial challenges and attain comfort in coding.