This repository contains code and assets to create a typing text animation effect using HTML and CSS. The animation simulates a typewriter effect with a blinking cursor.
To see a live demo of the typing text animation, visit this link and experience the effect in action.
To customize the typing text animation, you can modify the CSS variables in the :root selector of the CSS file (typing-text-animation.css). The following variables are available for customization:
:root {
--bg-color: hsl(60 57% 94%); /* Background color of the animation /
--typewriterSpeed: 3.5s; / Speed of the typewriter effect /
--typewriterCharacters: 24; / Number of characters in the typewriter effect */
}
Feel free to adjust the values of these variables to achieve the desired visual and timing effects.