Update bucket.html

This commit is contained in:
Deva Midhun 2025-01-25 13:11:36 +05:30 committed by GitHub
parent cbe7a106ed
commit 2a26a988f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -192,8 +192,7 @@
var i = 0,
length = string.length;
for (i; i < length; i++) {
parent.innerHTML += " < span style = '--n:"+ (100 * i - 10000 + '
ms ') + ";' > " + string[i] + " < /span>";
parent.innerHTML += "<span style = '--n:"+ (100 * i - 10000 + 'ms') + ";' > " + string[i] + "</span>";
}
}
funheader()