Buffer Corruption
Pattern 2: Phrase flickering with buffer corruption (SFW mode).
SFW Mode - Cute & Playful
System Message with Buffer Corruption
Cute, playful, and atmospheric phrases flicker through before revealing the final text.
import { TypingAnimation } from '@whykusanagi/corrupted-theme/typing-animation';
const element = document.getElementById('output');
const typing = new TypingAnimation(element, {
typingSpeed: 40, // Characters per second
glitchChance: 0.08, // 8% corruption chance
nsfw: false // SFW mode (default)
});
typing.start('Neural corruption detected...');
Custom Messages
Type your own message to see it corrupted and revealed.
const message = document.getElementById('input').value;
typing.start(message);
Component Information
- Type: Buffer Corruption / Phrase Flickering (Pattern 2)
- Mode: SFW (Default) - Cute, playful, atmospheric phrases
- Example Phrases: "かわいい", "nyaa~", "闇が...私を呼んでいる...", "Neural corruption detected..."
- Color: Magenta (#d94f90) for SFW corruption, White for final text
- Mental Model: Neural network decoding corrupted data buffer
- Script:
src/core/typing-animation.js