Adjusted vfx

This commit is contained in:
2026-02-03 01:54:30 +01:00
parent 8db4670f11
commit f1d7b8cd1b
2 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ import {
} from "./js/data.js";
initI18n();
setupBackgroundPan({ maxOffsetPx: 30, ease: 0.08, scaleFactor: 1.12 });
setupBackgroundPan({ maxOffsetPx: 5, ease: 0.2, scaleFactor: 1.02 });
function setupHandlers() {
const toggleAuth = $("auth-toggle");