This commit is contained in:
Janis
2022-10-29 17:12:44 +02:00
parent a45f99ecd3
commit 5dd6bbf290
3 changed files with 8 additions and 30 deletions

View File

@@ -16,10 +16,10 @@ function updateSubCount() {
function sub(subName) {
frame.style.animationName = "subAnimation";
frame.style.animationDuration = "5s";
frame.style.animationDuration = "2s";
subCount.style.animationName = "backgroundSubAnimation";
subCount.style.animationDuration = "5s";
subCount.style.animationDuration = "2s";
subCount.innerText = subName + " " + subCountNumber;