mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-28 20:32:15 +01:00
2s to 11s
This commit is contained in:
@@ -16,10 +16,10 @@ function updateSubCount() {
|
|||||||
|
|
||||||
function sub(subName) {
|
function sub(subName) {
|
||||||
frame.style.animationName = "subAnimation";
|
frame.style.animationName = "subAnimation";
|
||||||
frame.style.animationDuration = "2s";
|
frame.style.animationDuration = "11s";
|
||||||
|
|
||||||
subCount.style.animationName = "backgroundSubAnimation";
|
subCount.style.animationName = "backgroundSubAnimation";
|
||||||
subCount.style.animationDuration = "2s";
|
subCount.style.animationDuration = "11s";
|
||||||
|
|
||||||
subCount.innerText = subName + " " + subCountNumber;
|
subCount.innerText = subName + " " + subCountNumber;
|
||||||
|
|
||||||
@@ -31,6 +31,6 @@ function sub(subName) {
|
|||||||
subCount.style.animationDuration = "20s";
|
subCount.style.animationDuration = "20s";
|
||||||
subCount.innerText = subCountNumber;
|
subCount.innerText = subCountNumber;
|
||||||
updateSubCount();
|
updateSubCount();
|
||||||
}, 2000);
|
}, 11000);
|
||||||
}
|
}
|
||||||
updateSubCount();
|
updateSubCount();
|
||||||
|
|||||||
Reference in New Issue
Block a user