chore: remove background animations and GPU-rendered surfaces - #390
Open
jinglescode wants to merge 1 commit into
Open
chore: remove background animations and GPU-rendered surfaces#390jinglescode wants to merge 1 commit into
jinglescode wants to merge 1 commit into
Conversation
Removes all decorative background animation systems and their GPU rendering paths, verified against a production build: - Aurora CSS background (gradient orbs, conic sheen, keyframes) and its app-wide render in layout + homepage hero scroll-fade logic - MarbleField WebGL fragment-shader background - three.js globe (three-globe, @react-three/fiber, @react-three/drei): /globe route, homepage wrapper, api-docs backdrop, new-wallet-flow GlassMorphismPageWrapper backdrop - Appearance zustand store + user settings Appearance card (only served the background toggle/presets) - Unused deps: three, three-globe, @react-three/fiber, @react-three/drei, framer-motion (never imported) Content-level animations kept: Reveal, Typewriter, feature-icon SVG keyframes, loading skeletons, accordion/popup keyframes, token-flow 2D canvases. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N9JfXsXwJsssLBcoLD48p9
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
animate-aurora*keyframes) and its app-wide render inlayout.tsxplus the homepage hero scroll-fade logic/globeroute, homepage wrapper,api-docsbackdrop (and its backdrop-blur), and the new-wallet-flowGlassMorphismPageWrapperbackdrop (now a plain wrapper that only toggles the glass body class)three,three-globe,@react-three/fiber,@react-three/drei, andframer-motion(installed but never imported); lockfile re-syncedContent-level animations are kept: Reveal, Typewriter, feature-icon SVG keyframes, loading skeletons, tailwind accordion/popup keyframes, and the token-flow 2D canvases (functional data viz).
Test plan
npm run typecheckcleannpm run build(webpack) passes;/globeabsent from the route list/api-docsrender correctly, DOM probe shows 0 canvas/aurora/globe elements and 0 fixed background layers, no console errors/globereturns 404🤖 Generated with Claude Code
https://claude.ai/code/session_01N9JfXsXwJsssLBcoLD48p9