mirror of
				https://github.com/DerTyp7/obs-twitch-camera-frame.git
				synced 2025-10-31 21:57:11 +01:00 
			
		
		
		
	Compare commits
	
		
			8 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 14079a997e | ||
|   | 23044c320d | ||
|   | ae6d3f0ebf | ||
|   | 832aa9beb0 | ||
|   | 7bb209a8d6 | ||
|   | 85501820f1 | ||
|   | b12a9742f1 | ||
|   | 9de4c7fc03 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | config.js | ||||||
| @@ -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 = "5s"; | ||||||
|  |  | ||||||
| 	subCount.style.animationName = "backgroundSubAnimation"; | 	subCount.style.animationName = "backgroundSubAnimation"; | ||||||
| 	subCount.style.animationDuration = "2s"; | 	subCount.style.animationDuration = "5s"; | ||||||
|  |  | ||||||
| 	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