mirror of
https://github.com/DerTyp7/obs-twitch-camera-frame.git
synced 2025-10-30 21:27:13 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14079a997e | ||
|
|
23044c320d | ||
|
|
ae6d3f0ebf |
@@ -16,10 +16,10 @@ function updateSubCount() {
|
||||
|
||||
function sub(subName) {
|
||||
frame.style.animationName = "subAnimation";
|
||||
frame.style.animationDuration = "11s";
|
||||
frame.style.animationDuration = "5s";
|
||||
|
||||
subCount.style.animationName = "backgroundSubAnimation";
|
||||
subCount.style.animationDuration = "11s";
|
||||
subCount.style.animationDuration = "5s";
|
||||
|
||||
subCount.innerText = subName + " " + subCountNumber;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user