From ae6d3f0ebf72c1e67ff65e6f0e99664f166a0c2b Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 29 Oct 2022 16:51:32 +0200 Subject: [PATCH] v0.0.7 --- js/app.js | 4 ++-- meta.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/app.js b/js/app.js index 93024d5..63b3529 100644 --- a/js/app.js +++ b/js/app.js @@ -25,10 +25,10 @@ function sub(subName) { setTimeout(() => { frame.style.animationName = "borderAnimation"; - frame.style.animationDuration = "20s"; + frame.style.animationDuration = "5s"; subCount.style.animationName = "backgroundAnimation"; - subCount.style.animationDuration = "20s"; + subCount.style.animationDuration = "5s"; subCount.innerText = subCountNumber; updateSubCount(); }, 11000); diff --git a/meta.json b/meta.json index 47a72c3..df95545 100644 --- a/meta.json +++ b/meta.json @@ -1,3 +1,3 @@ { - "version": "v0.0.6" + "version": "v0.0.7" }