mirror of
				https://github.com/DerTyp7/obs-twitch-camera-frame.git
				synced 2025-10-31 13:47:12 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | ae6d3f0ebf | 
| @@ -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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user