From 7b2cd582f1f69f57c8f826ae8e0a7eadd6e33627 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 5 Nov 2023 15:46:10 +0100 Subject: Add config option to set movement speed and icon spinning speed --- example-config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example-config.json') diff --git a/example-config.json b/example-config.json index a802dfa..35f2702 100644 --- a/example-config.json +++ b/example-config.json @@ -19,6 +19,10 @@ "input": { "font_size": 16 }, + "animation": { + "move_speed": 30.0, + "loading_icon_speed": 400.0 + }, "video": { // Plugins that support max height will select a video source that is not taller than this "max_height": 0 -- cgit v1.2.3