mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
feat: some nice animations for settings areas missing it & fix update video
This commit is contained in:
@@ -78,8 +78,8 @@ function cycle(
|
||||
return { t: fadeT, fade: true, ambient: smooth((len - tick) / revealMs) };
|
||||
}
|
||||
|
||||
function cssVar(root: HTMLElement, name: string, fallback: string): string {
|
||||
return getComputedStyle(root).getPropertyValue(name).trim() || fallback;
|
||||
function cssVar(_root: HTMLElement, _name: string, fallback: string): string {
|
||||
return fallback;
|
||||
}
|
||||
|
||||
function drawGrid(
|
||||
|
||||
Reference in New Issue
Block a user