From 91c36fe8d2571cc4d84f4365bf552004caf4d142 Mon Sep 17 00:00:00 2001 From: sHa Date: Sat, 27 Dec 2025 22:48:28 +0200 Subject: [PATCH] fix: correct default speed value in configuration --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index ab0c943..6b10686 100644 --- a/js/app.js +++ b/js/app.js @@ -13,7 +13,7 @@ logo: 'full', // static | animated | full logoAnim: 'tilt', // shake | rotate | tilt | all elementAnim: 'neon', // neon | color | explosion | fly | all - speed: 1 // 0.5 (slow) - 3 (fast) + speed: 0.5 // 0.5 (slow) - 3 (fast) }; // ===== URL Parameter Parsing =====