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:
parent
c85e0c5a1a
commit
46f170ee86
2 changed files with 46 additions and 44 deletions
|
|
@ -9,4 +9,5 @@ document.addEventListener("DOMContentLoaded", () => {
|
|||
}
|
||||
|
||||
window.addEventListener("scroll", updateCharactersOffset);
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue