Expose timing constants and intro fade control

This commit is contained in:
hbrain 2026-05-28 14:30:44 +00:00
parent cdb57525ca
commit 4a2101b75e
3 changed files with 44 additions and 26 deletions

View file

@ -32,6 +32,7 @@ PREVIEW_NAME = ".movmaker-preview"
HIDDEN_NAME = ".mvlog-hidden"
NOTIFIED_CACHE = "cache/push_notifications.json"
INTRO_LOGO_ALPHA = "0.5"
MVLOG_WORKER_RECOMMENDED_INTERVAL_MINUTES = 5
def now() -> str: