Pure CSS Typewriter Effect Tutorial
Quick tutorial on how to create the great typewriter/typing text effect (similar to that on the Torchlight Media homepage) on your headings using pure CSS. Here’s the CSS code. The comments explain what each bit does… adjust the effect as needed for your design. h1.typewriter { overflow: hidden; /* Hides the content until revealed by […]