Reorganize SVG structure and clean up scroll animation

- Restructure characters SVG with proper #right-character and #left-character groups, named IDs on all paths
- Remove pupil tracking experiment from script.js

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-04-28 18:19:01 +02:00
parent c85e0c5a1a
commit 46f170ee86
2 changed files with 46 additions and 44 deletions

View file

@ -9,4 +9,5 @@ document.addEventListener("DOMContentLoaded", () => {
}
window.addEventListener("scroll", updateCharactersOffset);
});