This project demonstrates how to create cinematic scroll-driven animations. src/ ├── App.tsx ├── cinematic-scene/ # Core cinematic system │ ├── cinematic-scene.tsx # Scene orchestrator component │ ├── ...