Remove background mouse pan effect

This commit is contained in:
2026-02-04 14:38:15 +01:00
parent f6341ac0af
commit bf1ceba156
3 changed files with 3 additions and 49 deletions

View File

@@ -2,7 +2,7 @@ import { api, adminApi } from "./js/api.js";
import { t, setLanguage, getLanguage, initI18n, onLanguageChange } from "./js/i18n.js";
import { state, clearUserState, getSavedUsername, setSavedUsername } from "./js/state.js";
import { $, toast } from "./js/dom.js";
import { setupBackgroundPan, triggerCelebration } from "./js/effects.js";
import { triggerCelebration } from "./js/effects.js";
import {
setAuthUI,
setAuthMode,
@@ -28,7 +28,6 @@ import {
} from "./js/data.js";
initI18n();
setupBackgroundPan({ maxOffsetPx: 5, ease: 0.2, scaleFactor: 1.02 });
function setupHandlers() {
const toggleAuth = $("auth-toggle");