feat: Refine UI animations, improve code structure, update documentat…#40
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||
…ion, and add Lighthouse CI configuration.
…S, and optimize image loading.
User description
…ion, and add Lighthouse CI configuration.
PR Type
Enhancement
Description
Optimize landing page performance by removing JavaScript animations and replacing with CSS-only solutions
Add Lighthouse CI configuration for automated performance monitoring and quality assurance
Reduce animation complexity and transition durations for faster page load and better accessibility
Improve code structure by extracting FAQ data to constants and simplifying component logic
Add Node.js 20.x requirement documentation and enhance smart contract setup instructions
Diagram Walkthrough
File Walkthrough
7 files
Add reduced motion support and GPU acceleration hintsRemove Framer Motion animations, use static CSS backgroundsReduce animation durations and remove backdrop blur effectsReplace animated backgrounds with static divs, optimize transitionsReduce animation distances and durations, remove list item animationsExtract FAQ data to constant, optimize animation timingReplace MotionDiv with static divs, remove backdrop blur2 files
Add Lighthouse CI job for performance monitoringCreate Lighthouse CI configuration file1 files
Document Node.js requirement and contract commands