Human cadence
Bars below show the real gap between keystrokes. A fixed delay is a perfect comb;
jitter ruins it, which is the point.
new Typewriter(el, { delay: 90, jitter: 0.9, cursor: '▋', loop: true })
.type('the quick brown fox')
.pause(1200)
.delete()
.pause(400)
.start();