https://github.com/ragul-rofi/typinganimation
Keyboard Typing Animation built with HTML & CSS
https://github.com/ragul-rofi/typinganimation
animation animation-css css html typing
Last synced: 2 months ago
JSON representation
Keyboard Typing Animation built with HTML & CSS
- Host: GitHub
- URL: https://github.com/ragul-rofi/typinganimation
- Owner: ragul-rofi
- License: mit
- Created: 2024-09-13T18:19:03.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T18:25:24.000Z (9 months ago)
- Last Synced: 2025-03-30T13:13:07.128Z (2 months ago)
- Topics: animation, animation-css, css, html, typing
- Language: CSS
- Homepage: https://ragul-rofi.github.io/Typing-animation-html-css/
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typing Animation with CSS
A simple typing and deleting text animation using HTML and CSS. The text types out in a smooth, linear motion and then deletes itself repeatedly.
## Features
- Simulates a typing effect using CSS animations.
- Repeats the typing animation in a loop.
- Uses a blinking caret for a realistic typing effect.## Technologies Used
- **HTML**
- **CSS**## How to Run
1. Clone this repository:
```bash
git clone https://github.com/your-username/your-repo-name.git
```2. Open the `index.html` file in your web browser to view the typing animation.
## File Structure