Tag Archives: animation

Styling individual characters in HTML strings with jQuery


Did you ever wish you could talk to individual letters in a string programmatically? You can with JavaScript/jQuery; you just have to know how to split strings. Sample 1: Single-character hovering This sample text turns red, character by character, when you hover over it with your mouse. Sample 2: Letter-by-letter vanishing This sample text vanishes, […]