This commit is contained in:
parent
0210238b02
commit
5e43f076c3
@ -14,7 +14,7 @@ function writeoutnavlabel() {
|
|||||||
if (i < text.length) {
|
if (i < text.length) {
|
||||||
label.textContent += text.charAt(i);
|
label.textContent += text.charAt(i);
|
||||||
i++;
|
i++;
|
||||||
setTimeout(type, 100);
|
setTimeout(type, 180);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// why am i using a function inside a function?
|
// why am i using a function inside a function?
|
||||||
|
Loading…
Reference in New Issue
Block a user