mirror of
https://github.com/streamwall/streamwall.git
synced 2026-04-12 00:32:03 -04:00
Overhaul view positioning to enable animated transitions
Views are now positioned inside the web contents so we can use CSS transitions to animate them. Since the overlay renders in a different process, I needed to move the border and listening glow into the web contents so that they'd move in sync.
This commit is contained in:
@@ -15,6 +15,7 @@ export interface StreamWindowConfig {
|
||||
|
||||
export interface ContentDisplayOptions {
|
||||
rotation?: number
|
||||
glowColor?: string
|
||||
}
|
||||
|
||||
/** Metadata scraped from a loaded view */
|
||||
|
||||
Reference in New Issue
Block a user