Typewriter fix #2

Merged
rodude123 merged 2 commits from typewriter-fix into master 2021-08-01 12:17:19 +01:00
Showing only changes of commit 8b6a0d8638 - Show all commits

View File

@ -68,7 +68,7 @@ document.addEventListener('DOMContentLoaded', () =>
if (typeof dataText[i] === 'undefined'){
setTimeout(function() {
StartTextAnimation(0);
}, 1000);
}, 1500);
// StartTextAnimation(0);
}
else if (i < dataText[i].length) {