This commit is contained in:
Janis
2022-10-29 16:51:32 +02:00
parent 832aa9beb0
commit ae6d3f0ebf
2 changed files with 3 additions and 3 deletions

View File

@@ -25,10 +25,10 @@ function sub(subName) {
setTimeout(() => { setTimeout(() => {
frame.style.animationName = "borderAnimation"; frame.style.animationName = "borderAnimation";
frame.style.animationDuration = "20s"; frame.style.animationDuration = "5s";
subCount.style.animationName = "backgroundAnimation"; subCount.style.animationName = "backgroundAnimation";
subCount.style.animationDuration = "20s"; subCount.style.animationDuration = "5s";
subCount.innerText = subCountNumber; subCount.innerText = subCountNumber;
updateSubCount(); updateSubCount();
}, 11000); }, 11000);

View File

@@ -1,3 +1,3 @@
{ {
"version": "v0.0.6" "version": "v0.0.7"
} }