made both timeouts have the same timeout time
Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
parent
fb07a70e5f
commit
8b6a0d8638
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user