Type your text
Enter the exact line you want typed out on screen.
Configure a typewriter text animation with a blinking cursor — pure CSS, no JavaScript required — then copy the code.
Enter the exact line you want typed out on screen.
Choose how long typing takes and whether the cursor blinks.
Get a self-contained snippet using steps() and a monospace font.
No. It uses a pure CSS animation on the width property with the steps() timing function, combined with a monospace font, to simulate characters appearing one at a time.
The steps() animation reveals a fixed number of equal-width increments. A monospace font keeps every character the same width, so each step reveals exactly one character.
Yes, turn on looping to repeat the typing animation indefinitely with a short pause between cycles.