DEV Community

Vasanth_sv
Vasanth_sv

Posted on

Auto Writing Effect

The js makes everything simple

1.The auto writing Effect is purely done by javascript.
2.The speed of writing can be changed.The Pause and Resume features is added.
3.We can type out text and make the auto typing effect.
4.The given text is sliced by slice method.
5.The setTimeout function is used to call the typeEffect() function in the given second.
6.The textarea is used to enter the custom text.

Top comments (0)