mirror of
				https://github.com/DerTyp7/obs-twitch-camera-frame.git
				synced 2025-10-31 05:37:13 +01:00 
			
		
		
		
	Compare commits
	
		
			9 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | ae6d3f0ebf | ||
|   | 832aa9beb0 | ||
|   | 7bb209a8d6 | ||
|   | 85501820f1 | ||
|   | b12a9742f1 | ||
|   | 9de4c7fc03 | ||
|   | d198699844 | ||
|   | b5889e7b0a | ||
|   | 6936eaf689 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | config.js | ||||||
| @@ -1,3 +1,3 @@ | |||||||
| const CONFIG = { | const CONFIG = { | ||||||
| 	apiKey: "1e8d3bcbc24f95e64672521ccdcf6020e2d64d30", | 	apiKey: "", | ||||||
| }; | }; | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								js/app.js
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								js/app.js
									
									
									
									
									
								
							| @@ -16,21 +16,21 @@ 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; | ||||||
|  |  | ||||||
| 	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(); | ||||||
| 	}, 2000); | 	}, 11000); | ||||||
| } | } | ||||||
| updateSubCount(); | updateSubCount(); | ||||||
|   | |||||||
| @@ -50,6 +50,5 @@ if ($newestVersionString -ne "") { | |||||||
| else { | else { | ||||||
|   Write-Output "No new version found!" |   Write-Output "No new version found!" | ||||||
| } | } | ||||||
|  | Write-Output "You need to add your API-Key again to the config.js!" | ||||||
|  | pause | ||||||
|  |  | ||||||
		Reference in New Issue
	
	Block a user