SYSTEM ONLINE
scramble(el, {
text: 'SYSTEM ONLINE',
chars: 'blocks',
from: 'left',
duration: 1200,
cursor: '▌',
ease: 'easeOutCubic',
override: ''
})Use this page as a compact visual regression surface while tuning Scrambl. Replay the full matrix after changing timing, charset, or DOM rendering behavior.
Fast visual coverage for presets, timing, render modes, and multilingual edge cases.
scramble(el, {
text: 'SYSTEM ONLINE',
chars: 'blocks',
from: 'left',
duration: 1200,
cursor: '▌',
ease: 'easeOutCubic',
override: ''
})scramble(el, {
text: 'ERROR: SIGNAL LOST',
chars: 'symbols',
from: 'random',
duration: 520,
perturbation: 0.9,
ease: 'easeOutQuad',
loop: 2
})scramble(el, {
text: 'BUILD 2026.05.07',
chars: 'numbers',
from: 'right',
duration: 900,
ease: 'easeOutExpo',
seed: 407
})scramble(el, {
text: 'Wake up, Scrambl',
chars: 'katakana',
from: 'center',
duration: 1500,
cursor: '░',
renderMode: 'cells',
ease: 'easeInOutCubic'
})scramble(el, {
text: '你好 Scrambl こんにちは',
chars: 'katakanaFull',
from: 'left',
duration: 1300,
renderMode: 'auto',
fill: ' '
})scramble(el, {
text: 'Zero-dependency text scramble animation library',
chars: 'braille',
from: 'random',
duration: 1800,
renderMode: 'auto',
perturbation: 0.35,
seed: 99
})