Skip to content

dev-alihasan/typeWriterCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typewriter Effect

This project demonstrates a typewriter effect implemented using HTML, CSS, and JavaScript. The typewriter effect displays phrases sequentially as if being typed out by a typewriter.

Features

  1. Dynamic Content Display: The project dynamically displays phrases from an array.
  2. Animation: Utilizes CSS animations for the typewriter effect.
  3. Customizable: Easy to modify the phrases displayed and adjust the animation timing.

Demo

You can see a live demo of this project here .

How to Use

  1. Clone this repository to your local machine.
  2. Open the index.html file in a web browser.
  3. Watch as the typewriter effect displays different phrases.

Customization

To customize the phrases or adjust the animation timing, you can modify the sliderContent array and the animation timings in the script.js file.
var sliderContent = [ "Web Development", "WordPress Development", "App Development", "Plugin Development", "Web Designer", ]; // Adjust animation timings as needed setInterval(slide, 4000);

Contributing

Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to open an issue or create a pull request.

About

project demonstrates a typewriter effect implemented using HTML, CSS, and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published