Text that appears to "decode" as if the characters where encrypted.
4 states per letter: Transparent/Line/Block/Visible. These states are shuffled for a unique "decode" effect each time.
// Love dynamically typed text? You're gonna love this | |
// Edit these strings to see them typed on the screen: | |
$strings: ( | |
"CSS typed this string!" | |
"It typed this one too 😱" | |
"Enjoy ☕" | |
); | |
// now for some timing (in seconds) | |
$durCharFwd: 0.10; // character typed |