The classic "typewriter" effect: words type out character by character, pause, delete, and the next word begins — on an infinite loop. Perfect for hero headlines like "I'm a Developer / Designer / Problem Solver".
How it works
A small script keeps an index into the current word and a character counter. Each tick it slices the word to the current length, then either advances (typing) or retreats (deleting), switching words at the ends. A blinking cursor is pure CSS.
How to use it
Edit the words array with your own phrases.
Change the typing/deleting speeds (the 120 and 60 values).