railwayka-landing/dist
rail 4d44e470cc Add modern animations and remove admin services
UI/UX improvements:
- Removed CI/CD and Container Management from public view (admin-only)
- Added scroll-triggered fade-up animations for cards and tech items
- Implemented parallax floating effect on hero background
- Added animated gradient shift on title text
- Created micro-interactions for all interactive elements

Animation features:
- Service cards: Subtle bounce on hover
- Tech items: Scale + pulsing glow effect
- Footer links: Animated underline slide-in
- Hero badge: Floating + glowing pulse
- Status badges: Subtle pulse animation
- Section titles: Slide-in from top entrance

Technical implementation:
- Built IntersectionObserver in Rust for scroll animations
- Added js-sys and DomTokenList web-sys features
- CSS animations following 2024-2025 trends
- Accessibility: Respects prefers-reduced-motion
- Performance: GPU-accelerated transforms
- Staggered delays for cascade effect

Bundle size: ~25KB WASM + 10KB JS (still optimized)
2025-10-25 23:33:24 +03:00
..
index.html Rewrite landing page in Rust + WebAssembly 2025-10-25 23:14:46 +03:00
railwayka_landing.d.ts Add modern animations and remove admin services 2025-10-25 23:33:24 +03:00
railwayka_landing.js Add modern animations and remove admin services 2025-10-25 23:33:24 +03:00
railwayka_landing_bg.wasm Add modern animations and remove admin services 2025-10-25 23:33:24 +03:00
railwayka_landing_bg.wasm.d.ts Add modern animations and remove admin services 2025-10-25 23:33:24 +03:00
style.css Add modern animations and remove admin services 2025-10-25 23:33:24 +03:00