We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a119ee0 commit 157deacCopy full SHA for 157deac
1 file changed
script.js
@@ -140,9 +140,9 @@ document.addEventListener('DOMContentLoaded', () => {
140
else seq.push({ on: true, duration: unitMs * 3 });
141
seq.push({ on: false, duration: unitMs * 1 });
142
}
143
- seq.push({ on: false, duration: unitMs * 2 });
+ seq.push({ on: false, duration: unitMs * 3 }); // space between letters
144
145
- if (wi < words.length - 1) seq.push({ on: false, duration: unitMs * 4 });
+ if (wi < words.length - 1) seq.push({ on: false, duration: unitMs * 7 }); // space between words
146
147
148
try {
0 commit comments