Skip to content

jaswoo73/Typing-Text-Animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Typing Text Animation

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.

Demo

To see a live demo of the typing text animation, visit this link and experience the effect in action.

Customization

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published