Clean up dead code and unused assets
- Remove trust-indicators JavaScript animations from animations-enhanced.js - Clean up translation keys for removed indicator elements - Remove selector references from config.js - Fix missing video reference (hero-tech-pattern.mp4) - Remove massive unused CSS sections: timeline, digital-beat, neural network viz - Reduce animations.css from 2669 to 272 lines (90% size reduction) This removes code that was referencing non-existent HTML elements and large unused visual effects from previous design iterations. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Dieser Commit ist enthalten in:
@ -24,7 +24,6 @@ const CONFIG = {
|
||||
ROTATION_INTERVAL: 12000, // 12 seconds per video (slower like Palantir)
|
||||
FADE_DURATION: 3000, // 3 second fade transition (much slower)
|
||||
VIDEO_SOURCES: [
|
||||
'assets/videos/hero-tech-pattern.mp4',
|
||||
'assets/videos/hero-data-flow.mp4',
|
||||
'assets/videos/hero-network-viz.mp4',
|
||||
'assets/videos/hero-code-abstract.mp4'
|
||||
@ -74,9 +73,6 @@ const SELECTORS = {
|
||||
PARTICLE_CANVAS: '#particleCanvas',
|
||||
SCROLL_INDICATOR: '.scroll-indicator',
|
||||
|
||||
// Trust Indicators
|
||||
TRUST_INDICATORS: '.trust-indicators',
|
||||
INDICATOR_VALUE: '.indicator-value',
|
||||
|
||||
// About Section
|
||||
ABOUT_TABS: '.about-tab',
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren